update to fanart api changes

This commit is contained in:
Luke Pulverenti
2013-10-13 15:22:55 -04:00
parent 22b8c830fd
commit 9bfe68c535
5 changed files with 21 additions and 30 deletions

View File

@@ -136,12 +136,6 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
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>
@@ -273,7 +267,6 @@ namespace MediaBrowser.Model.Configuration
DownloadSeasonImages = new ImageDownloadOptions();
DownloadMusicArtistImages = new ImageDownloadOptions();
DownloadMusicAlbumImages = new ImageDownloadOptions();
DownloadHDFanArt = true;
MaxBackdrops = 3;
SortReplaceCharacters = new[] { ".", "+", "%" };