diff options
| author | Sven Van den brande <sven.vandenbrande@outlook.com> | 2013-11-02 22:39:49 +0100 |
|---|---|---|
| committer | Sven Van den brande <sven.vandenbrande@outlook.com> | 2013-11-02 22:39:49 +0100 |
| commit | 96d4b9c43b69c0a31196487994476024d3d8b13b (patch) | |
| tree | 2d81fb9b119689c9cace40af9a42fee7226cb1cd /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 8f7021eb424a89ba0ee5c1acc52d03d149583a1a (diff) | |
| parent | ed34b67f512b07ea2e97f8708811cc4150906f12 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 54ab7a540..0ce3d770e 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -275,7 +275,10 @@ namespace MediaBrowser.Model.Configuration MetadataCountryCode = "US"; DownloadMovieImages = new ImageDownloadOptions(); DownloadSeriesImages = new ImageDownloadOptions(); - DownloadSeasonImages = new ImageDownloadOptions(); + DownloadSeasonImages = new ImageDownloadOptions + { + Backdrops = false + }; DownloadMusicArtistImages = new ImageDownloadOptions(); DownloadMusicAlbumImages = new ImageDownloadOptions(); MaxBackdrops = 3; |
