mirror of
https://github.com/Readarr/Readarr
synced 2026-02-03 13:23:41 +01:00
Fixed: Default Branch to Develop
This commit is contained in:
parent
e8ddaf6ccf
commit
7528ed4084
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,8 @@ public AuthenticationType AuthenticationMethod
|
|||
|
||||
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
|
||||
|
||||
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
|
||||
// TODO: Change back to "master" for the first stable release
|
||||
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
|
||||
|
||||
public string LogLevel => GetValue("LogLevel", "info");
|
||||
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue