|
|
@ -21,6 +21,7 @@ namespace Radarr.Api.V3.Config
|
|
|
|
public string Password { get; set; }
|
|
|
|
public string Password { get; set; }
|
|
|
|
public string PasswordConfirmation { get; set; }
|
|
|
|
public string PasswordConfirmation { get; set; }
|
|
|
|
public string LogLevel { get; set; }
|
|
|
|
public string LogLevel { get; set; }
|
|
|
|
|
|
|
|
public int LogSizeLimit { get; set; }
|
|
|
|
public string ConsoleLogLevel { get; set; }
|
|
|
|
public string ConsoleLogLevel { get; set; }
|
|
|
|
public string Branch { get; set; }
|
|
|
|
public string Branch { get; set; }
|
|
|
|
public string ApiKey { get; set; }
|
|
|
|
public string ApiKey { get; set; }
|
|
|
@ -65,6 +66,7 @@ namespace Radarr.Api.V3.Config
|
|
|
|
// Username
|
|
|
|
// Username
|
|
|
|
// Password
|
|
|
|
// Password
|
|
|
|
LogLevel = model.LogLevel,
|
|
|
|
LogLevel = model.LogLevel,
|
|
|
|
|
|
|
|
LogSizeLimit = model.LogSizeLimit,
|
|
|
|
ConsoleLogLevel = model.ConsoleLogLevel,
|
|
|
|
ConsoleLogLevel = model.ConsoleLogLevel,
|
|
|
|
Branch = model.Branch,
|
|
|
|
Branch = model.Branch,
|
|
|
|
ApiKey = model.ApiKey,
|
|
|
|
ApiKey = model.ApiKey,
|
|
|
|