diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 11:20:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 11:20:30 -0400 |
| commit | 333935f3f6f76c4b85d99800a946bb3d2e890343 (patch) | |
| tree | ec488895281ba094add83215c553364764cae25a /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 08240b86e5a9e7cc20698c1d7c0d1a36d48f360a (diff) | |
always update device name on requests
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 33035987d..ab7d7cb9d 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -240,9 +240,9 @@ namespace MediaBrowser.Model.Configuration MetadataRefreshDays = 30; PreferredMetadataLanguage = "en"; MetadataCountryCode = "US"; - TmdbFetchedProfileSize = "w185"; //w185 w45 h632 or original - TmdbFetchedPosterSize = "w500"; //w500, w342, w185 or original - TmdbFetchedBackdropSize = "w1280"; //w1280, w780 or original + TmdbFetchedProfileSize = "original"; //w185 w45 h632 or original + TmdbFetchedPosterSize = "original"; //w500, w342, w185 or original + TmdbFetchedBackdropSize = "original"; //w1280, w780 or original 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}; |
