update latest items display

This commit is contained in:
Luke Pulverenti 2016-03-26 12:58:03 -04:00
parent 05ea65ede0
commit a88327ab71

View File

@ -272,6 +272,11 @@ namespace MediaBrowser.Server.Implementations.Library
.ToArray();
}
if (parentIds.Length == 0)
{
return new List<BaseItem>();
}
var excludeItemTypes = includeItemTypes.Length == 0 ? new[]
{
typeof(Person).Name, typeof(Studio).Name, typeof(Year).Name, typeof(GameGenre).Name, typeof(MusicGenre).Name, typeof(Genre).Name