mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Config page changes for image options
This commit is contained in:
@@ -280,7 +280,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
DownloadMovieImages = new ImageDownloadOptions {Backdrops = true, Primary = true};
|
||||
DownloadSeriesImages = new ImageDownloadOptions {Backdrops = true, Primary = true, Banner = true, Logo = true};
|
||||
DownloadSeasonImages = new ImageDownloadOptions {Backdrops = false, Primary = true, Banner = true};
|
||||
DownloadMusicArtistImages = new ImageDownloadOptions {Backdrops = true, Primary = true, Banner = true};
|
||||
DownloadMusicArtistImages = new ImageDownloadOptions {Backdrops = true, Primary = true, Banner = true, Thumb = true};
|
||||
DownloadMusicAlbumImages = new ImageDownloadOptions {Backdrops = true, Primary = false};
|
||||
DownloadHDFanArt = true;
|
||||
MaxBackdrops = 4;
|
||||
|
||||
Reference in New Issue
Block a user