add option to refresh metadata every N number of days

This commit is contained in:
Luke Pulverenti
2017-03-14 15:44:11 -04:00
parent a0934e6226
commit 8d72c7e881
5 changed files with 15 additions and 16 deletions

View File

@@ -16,6 +16,8 @@
public bool EnableAutomaticSeriesGrouping { get; set; }
public bool EnableEmbeddedTitles { get; set; }
public int AutomaticRefreshIntervalDays { get; set; }
/// <summary>
/// Gets or sets the preferred metadata language.
/// </summary>