updated mbt endpoints

This commit is contained in:
Luke Pulverenti
2013-10-18 12:09:47 -04:00
parent 6aa0ed7113
commit 39186cc2da
4 changed files with 88 additions and 27 deletions

View File

@@ -43,7 +43,7 @@ namespace MediaBrowser.Server.Implementations.Library.Resolvers.TV
}
// Optimization to avoid running these tests against Seasons
if (args.Parent is Series || args.Parent is MusicArtist || args.Parent is MusicAlbum || args.Parent is BoxSet)
if (args.Parent is Series || args.Parent is MusicArtist || args.Parent is MusicAlbum)
{
return null;
}