mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 16:02:01 +01:00
fixes #979 - Support personal fanart api key
This commit is contained in:
@@ -149,7 +149,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// <value><c>true</c> if [enable tv db updates]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableTvDbUpdates { get; set; }
|
||||
public bool EnableTmdbUpdates { get; set; }
|
||||
|
||||
public bool EnableFanArtUpdates { get; set; }
|
||||
public string FanartApiKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the image saving convention.
|
||||
|
||||
Reference in New Issue
Block a user