mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
allow dynamic images for unset content type
This commit is contained in:
@@ -153,7 +153,8 @@ namespace MediaBrowser.Server.Implementations.UserViews
|
||||
CollectionType.HomeVideos,
|
||||
CollectionType.BoxSets,
|
||||
CollectionType.Playlists,
|
||||
CollectionType.Photos
|
||||
CollectionType.Photos,
|
||||
string.Empty
|
||||
};
|
||||
|
||||
return collectionStripViewTypes.Contains(view.ViewType ?? string.Empty);
|
||||
|
||||
Reference in New Issue
Block a user