mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-10 12:22:09 +01:00
stub out localizable plugin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user