adding settings around automatic tmdb updates

This commit is contained in:
Luke Pulverenti
2013-10-13 19:56:56 -04:00
parent 3d3876c9a9
commit 559acbc074
4 changed files with 24 additions and 27 deletions

View File

@@ -224,6 +224,7 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
/// <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 EnableVideoImageExtraction { get; set; }