mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Add user cinema mode setting
This commit is contained in:
@@ -173,7 +173,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
}
|
||||
|
||||
// Support plex/xbmc convention
|
||||
if (item is Movie || item is MusicVideo || item is AdultVideo)
|
||||
if (item is Video && !(item is Episode))
|
||||
{
|
||||
AddImage(files, images, imagePrefix + "movie", ImageType.Primary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user