1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Removed Nyaa Integration tests and increased logging detail during integration tests.

This commit is contained in:
Taloth Saldono
2019-03-08 19:37:59 +01:00
parent 02c64ad3a5
commit 7b159c1e63
4 changed files with 9 additions and 34 deletions
@@ -18,6 +18,7 @@ namespace Sonarr.Api.V3.Config
public string Username { get; set; }
public string Password { get; set; }
public string LogLevel { get; set; }
public string ConsoleLogLevel { get; set; }
public string Branch { get; set; }
public string ApiKey { get; set; }
public string SslCertHash { get; set; }
@@ -55,6 +56,7 @@ namespace Sonarr.Api.V3.Config
//Username
//Password
LogLevel = model.LogLevel,
ConsoleLogLevel = model.ConsoleLogLevel,
Branch = model.Branch,
ApiKey = model.ApiKey,
SslCertHash = model.SslCertHash,