mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Prepping for git flow, changed update branch to master
This commit is contained in:
parent
649f666a3a
commit
2e108620d6
4 changed files with 11 additions and 7 deletions
|
@ -22,7 +22,7 @@ namespace NzbDrone.Core.Configuration
|
|||
string Username { get; }
|
||||
string Password { get; }
|
||||
string LogLevel { get; }
|
||||
string UpdateUrl { get; }
|
||||
string Branch { get; }
|
||||
}
|
||||
|
||||
public class ConfigFileProvider : IConfigFileProvider
|
||||
|
@ -96,9 +96,9 @@ namespace NzbDrone.Core.Configuration
|
|||
get { return GetValueBoolean("AuthenticationEnabled", false); }
|
||||
}
|
||||
|
||||
public string UpdateUrl
|
||||
public string Branch
|
||||
{
|
||||
get { return GetValue("UpdateUrl", "http://update.nzbdrone.com/vnext/"); }
|
||||
get { return GetValue("Branch", "master"); }
|
||||
}
|
||||
|
||||
public string Username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue