mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
Enable nullable for LibraryManager (#11191)
This commit is contained in:
@@ -14,6 +14,6 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
/// <param name="fileInfo">The file information.</param>
|
||||
/// <param name="parent">The parent BaseItem.</param>
|
||||
/// <returns>True if the file should be ignored.</returns>
|
||||
bool ShouldIgnore(FileSystemMetadata fileInfo, BaseItem parent);
|
||||
bool ShouldIgnore(FileSystemMetadata fileInfo, BaseItem? parent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user