update subtitles

This commit is contained in:
Luke Pulverenti
2015-11-14 14:56:56 -05:00
parent 3eda14eff0
commit a86d0a3585
5 changed files with 15 additions and 5 deletions

View File

@@ -170,8 +170,9 @@ namespace MediaBrowser.Controller.Entities
{
CollectionType.Games,
CollectionType.Books,
CollectionType.MusicVideos ,
CollectionType.HomeVideos
CollectionType.MusicVideos,
CollectionType.HomeVideos,
CollectionType.Photos
};
return types.Contains(viewType ?? string.Empty, StringComparer.OrdinalIgnoreCase);