mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Changed: Version Bump 0.7.0 (#952)
This commit is contained in:
parent
1b72d9b60f
commit
31cb5fe523
3 changed files with 14 additions and 4 deletions
|
@ -178,7 +178,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
|
||||
|
||||
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
|
||||
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
|
||||
|
||||
public string LogLevel => GetValue("LogLevel", "info");
|
||||
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue