mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-28 23:06:43 -04:00
Add Advanced Option for Alternate Metadata Provider Source
This commit is contained in:
@@ -238,6 +238,13 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("ChownGroup", value); }
|
||||
}
|
||||
|
||||
public string MetadataSource
|
||||
{
|
||||
get { return GetValue("MetadataSource", ""); }
|
||||
|
||||
set { SetValue("MetadataSource", value); }
|
||||
}
|
||||
|
||||
public int FirstDayOfWeek
|
||||
{
|
||||
get { return GetValueInt("FirstDayOfWeek", (int)CultureInfo.CurrentCulture.DateTimeFormat.FirstDayOfWeek); }
|
||||
|
||||
@@ -58,6 +58,9 @@ namespace NzbDrone.Core.Configuration
|
||||
//Internal
|
||||
bool CleanupMetadataImages { get; set; }
|
||||
|
||||
//MetadataSource
|
||||
string MetadataSource { get; set; }
|
||||
|
||||
|
||||
//Forms Auth
|
||||
string RijndaelPassphrase { get; }
|
||||
|
||||
Reference in New Issue
Block a user