update xml parsing

This commit is contained in:
Luke Pulverenti
2016-12-02 15:10:35 -05:00
parent 12ff39eeaf
commit aef79a796d
9 changed files with 203 additions and 79 deletions

View File

@@ -151,17 +151,7 @@ namespace Emby.Server.Implementations.UserViews
string[] collectionStripViewTypes =
{
CollectionType.Movies,
CollectionType.TvShows,
CollectionType.Music,
CollectionType.Games,
CollectionType.Books,
CollectionType.MusicVideos,
CollectionType.HomeVideos,
CollectionType.BoxSets,
CollectionType.LiveTv,
CollectionType.Playlists,
CollectionType.Photos,
string.Empty
CollectionType.TvShows
};
return collectionStripViewTypes.Contains(view.ViewType ?? string.Empty);