diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-20 21:03:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-20 21:03:33 -0400 |
| commit | a3a658e82079ac8e56193ce4d2047a547e0289c9 (patch) | |
| tree | 4e3cd63d3386e478d8820c224b4d04239ad127e9 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 2456a66e854a09e2db9fcad1625d8782597cb02e (diff) | |
added more info to user library counts
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 55d90d077..94e2f63e6 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -88,24 +88,6 @@ namespace MediaBrowser.Model.Configuration public string MetadataCountryCode { get; set; } /// <summary> - /// Gets or sets the size of the TMDB fetched poster. - /// </summary> - /// <value>The size of the TMDB fetched poster.</value> - public string TmdbFetchedPosterSize { get; set; } - - /// <summary> - /// Gets or sets the size of the TMDB fetched profile. - /// </summary> - /// <value>The size of the TMDB fetched profile.</value> - public string TmdbFetchedProfileSize { get; set; } - - /// <summary> - /// Gets or sets the size of the TMDB fetched backdrop. - /// </summary> - /// <value>The size of the TMDB fetched backdrop.</value> - public string TmdbFetchedBackdropSize { get; set; } - - /// <summary> /// Gets or sets the max backdrops. /// </summary> /// <value>The max backdrops.</value> @@ -274,9 +256,6 @@ namespace MediaBrowser.Model.Configuration MetadataRefreshDays = 30; PreferredMetadataLanguage = "en"; MetadataCountryCode = "US"; - TmdbFetchedProfileSize = "original"; //w185 w45 h632 or original - TmdbFetchedPosterSize = "original"; //w500, w342, w185 or original - TmdbFetchedBackdropSize = "original"; //w1280, w780 or original DownloadMovieImages = new ImageDownloadOptions(); DownloadSeriesImages = new ImageDownloadOptions(); DownloadSeasonImages = new ImageDownloadOptions(); |
