add SeriesStudioInfo object

This commit is contained in:
Luke Pulverenti
2016-12-08 00:58:38 -05:00
parent 21816ff63e
commit c2da52914c
5 changed files with 37 additions and 4 deletions

View File

@@ -341,13 +341,13 @@ namespace Emby.Server.Implementations.Library
}
if (item is IItemByName)
{
if (!(item is MusicArtist))
if (!(item is MusicArtist) && !(item is Studio))
{
return;
}
}
if (item.IsFolder)
else if (item.IsFolder)
{
//if (!(item is ICollectionFolder) && !(item is UserView) && !(item is Channel) && !(item is AggregateFolder))
//{