|
|
@ -18,6 +18,7 @@ namespace Lidarr.Api.V1.Config
|
|
|
|
public string Username { get; set; }
|
|
|
|
public string Username { get; set; }
|
|
|
|
public string Password { get; set; }
|
|
|
|
public string Password { get; set; }
|
|
|
|
public string LogLevel { get; set; }
|
|
|
|
public string LogLevel { 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; }
|
|
|
|
public string SslCertHash { get; set; }
|
|
|
|
public string SslCertHash { get; set; }
|
|
|
@ -55,6 +56,7 @@ namespace Lidarr.Api.V1.Config
|
|
|
|
//Username
|
|
|
|
//Username
|
|
|
|
//Password
|
|
|
|
//Password
|
|
|
|
LogLevel = model.LogLevel,
|
|
|
|
LogLevel = model.LogLevel,
|
|
|
|
|
|
|
|
ConsoleLogLevel = model.ConsoleLogLevel,
|
|
|
|
Branch = model.Branch,
|
|
|
|
Branch = model.Branch,
|
|
|
|
ApiKey = model.ApiKey,
|
|
|
|
ApiKey = model.ApiKey,
|
|
|
|
SslCertHash = model.SslCertHash,
|
|
|
|
SslCertHash = model.SslCertHash,
|
|
|
|