mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update android init
This commit is contained in:
parent
32013f5ae5
commit
16145380d9
1 changed files with 4 additions and 0 deletions
|
|
@ -116,6 +116,10 @@ namespace MediaBrowser.Api.UserLibrary
|
|||
{
|
||||
item = user == null ? _libraryManager.RootFolder : user.RootFolder;
|
||||
}
|
||||
else if (string.Equals(request.IncludeItemTypes, "BoxSet", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
item = user == null ? _libraryManager.RootFolder : user.RootFolder;
|
||||
}
|
||||
|
||||
// Default list type = children
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue