mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
992fd591a7
@ -272,6 +272,11 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||||||
.ToArray();
|
.ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (parentIds.Length == 0)
|
||||||
|
{
|
||||||
|
return new List<BaseItem>();
|
||||||
|
}
|
||||||
|
|
||||||
var excludeItemTypes = includeItemTypes.Length == 0 ? new[]
|
var excludeItemTypes = includeItemTypes.Length == 0 ? new[]
|
||||||
{
|
{
|
||||||
typeof(Person).Name, typeof(Studio).Name, typeof(Year).Name, typeof(GameGenre).Name, typeof(MusicGenre).Name, typeof(Genre).Name
|
typeof(Person).Name, typeof(Studio).Name, typeof(Year).Name, typeof(GameGenre).Name, typeof(MusicGenre).Name, typeof(Genre).Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user