move metadata language to per library

This commit is contained in:
Luke Pulverenti
2017-01-21 18:37:38 -05:00
parent 2ef30a3ba8
commit ceab0be20b
3 changed files with 25 additions and 13 deletions

View File

@@ -15,6 +15,18 @@
public bool ImportMissingEpisodes { get; set; }
public bool EnableAutomaticSeriesGrouping { get; set; }
/// <summary>
/// Gets or sets the preferred metadata language.
/// </summary>
/// <value>The preferred metadata language.</value>
public string PreferredMetadataLanguage { get; set; }
/// <summary>
/// Gets or sets the metadata country code.
/// </summary>
/// <value>The metadata country code.</value>
public string MetadataCountryCode { get; set; }
public LibraryOptions()
{
EnablePhotos = true;