mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 19:16:32 +00:00
switch boxsets to new providers
This commit is contained in:
@@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
{
|
||||
var user = _userManager.GetUserById(new Guid(query.UserId));
|
||||
|
||||
var inputItems = user.RootFolder.GetRecursiveChildren(user, null);
|
||||
var inputItems = user.RootFolder.GetRecursiveChildren(user, null).Where(i => !(i is ICollectionFolder));
|
||||
|
||||
var results = await GetSearchHints(inputItems, query).ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user