From 9bfe68c5354033f7595bed3365fe41070486cb14 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 13 Oct 2013 15:22:55 -0400 Subject: update to fanart api changes --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') 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 @@ -136,12 +136,6 @@ namespace MediaBrowser.Model.Configuration /// public ImageDownloadOptions DownloadMusicAlbumImages { get; set; } - /// - /// Gets or sets a value indicating whether [download TV season backdrops]. - /// - /// true if [download TV season banner]; otherwise, false. - public bool DownloadHDFanArt { get; set; } - /// /// Characters to be replaced with a ' ' in strings to create a sort name /// @@ -273,7 +267,6 @@ namespace MediaBrowser.Model.Configuration DownloadSeasonImages = new ImageDownloadOptions(); DownloadMusicArtistImages = new ImageDownloadOptions(); DownloadMusicAlbumImages = new ImageDownloadOptions(); - DownloadHDFanArt = true; MaxBackdrops = 3; SortReplaceCharacters = new[] { ".", "+", "%" }; -- cgit v1.2.3