mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
switch boxsets to new providers
This commit is contained in:
parent
d7aeb68548
commit
d0d54a503d
28 changed files with 791 additions and 492 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue