stub out localizable plugin

This commit is contained in:
Luke Pulverenti
2015-03-17 22:39:55 -04:00
parent cafc8356b2
commit 6b278f9b04
5 changed files with 35 additions and 2 deletions

View File

@@ -229,7 +229,9 @@ namespace MediaBrowser.Server.Implementations.UserViews
CollectionType.Channels,
CollectionType.LiveTv,
CollectionType.Books,
CollectionType.Photos
CollectionType.Photos,
CollectionType.HomeVideos,
string.Empty
};
return collectionStripViewTypes.Contains(view.ViewType ?? string.Empty);