mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
update search
This commit is contained in:
@@ -354,6 +354,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
return;
|
||||
}
|
||||
}
|
||||
//if (!(item is Folder))
|
||||
//{
|
||||
// return;
|
||||
//}
|
||||
LibraryItemsCache.AddOrUpdate(id, item, delegate { return item; });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user