fixes #979 - Support personal fanart api key

This commit is contained in:
Luke Pulverenti
2015-01-12 02:01:19 -05:00
parent f9662e23e9
commit f552174069
8 changed files with 44 additions and 4 deletions

View File

@@ -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.