aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ServerConfiguration.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-13 15:22:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-13 15:22:55 -0400
commit9bfe68c5354033f7595bed3365fe41070486cb14 (patch)
tree4cc04a2a9b3dc1131ada1d8af1e38e4a17f6d1bb /MediaBrowser.Model/Configuration/ServerConfiguration.cs
parent22b8c830fd0d4509f096a2aa4dfa60e5e4d8bbe2 (diff)
update to fanart api changes
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
-rw-r--r--MediaBrowser.Model/Configuration/ServerConfiguration.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
index 0d4f18f3a..656393585 100644
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
@@ -137,12 +137,6 @@ namespace MediaBrowser.Model.Configuration
public ImageDownloadOptions DownloadMusicAlbumImages { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether [download TV season backdrops].
- /// </summary>
- /// <value><c>true</c> if [download TV season banner]; otherwise, <c>false</c>.</value>
- public bool DownloadHDFanArt { get; set; }
-
- /// <summary>
/// Characters to be replaced with a ' ' in strings to create a sort name
/// </summary>
/// <value>The sort replace characters.</value>
@@ -273,7 +267,6 @@ namespace MediaBrowser.Model.Configuration
DownloadSeasonImages = new ImageDownloadOptions();
DownloadMusicArtistImages = new ImageDownloadOptions();
DownloadMusicAlbumImages = new ImageDownloadOptions();
- DownloadHDFanArt = true;
MaxBackdrops = 3;
SortReplaceCharacters = new[] { ".", "+", "%" };