simplified how the download client selection works (#22)
This commit is contained in:
@@ -25,6 +25,7 @@ public sealed class TransmissionService : IDownloadService
|
||||
{
|
||||
_logger = logger;
|
||||
_config = config.Value;
|
||||
_config.Validate();
|
||||
_client = new(
|
||||
new Uri(_config.Url, "/transmission/rpc").ToString(),
|
||||
login: _config.Username,
|
||||
|
||||
Reference in New Issue
Block a user