mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
update to fanart api changes
This commit is contained in:
@@ -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[] { ".", "+", "%" };
|
||||
|
||||
Reference in New Issue
Block a user