1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Default new install to Aphrodite

Fixes #4354
This commit is contained in:
Qstick 2020-04-25 16:23:19 -04:00
parent 13fc878168
commit 91b5e359bd

View File

@ -178,7 +178,7 @@ public AuthenticationType AuthenticationMethod
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
// TODO: Change back to "master" for the first stable release.
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
public string Branch => GetValue("Branch", "aphrodite").ToLowerInvariant();
public string LogLevel => GetValue("LogLevel", "info");
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);