mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Add Advanced Option for Alternate Metadata Provider Source
This commit is contained in:
parent
f460f630c3
commit
0201aa812e
16 changed files with 334 additions and 29 deletions
|
@ -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); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue