Fix regression where real disk based items could not be searched
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -322,6 +322,7 @@ sealed class CinemaLibraryManager : ILibraryManager
|
||||
else
|
||||
{
|
||||
// Add our root folders to the search
|
||||
resultL.AddRange(result.Items);
|
||||
foreach (BaseItem i in GetUserRootFolder().Children)
|
||||
// Prevent duplicates as content in Anime is also elsewhere
|
||||
if (i is CinemaRootFolder root && i is not CinemaAnimeFolder)
|
||||
|
||||
Reference in New Issue
Block a user