simplified how the download client selection works (#22)
This commit is contained in:
@@ -21,6 +21,7 @@ public sealed class DelugeService : IDownloadService
|
||||
)
|
||||
{
|
||||
_logger = logger;
|
||||
config.Value.Validate();
|
||||
_client = new (config, httpClientFactory);
|
||||
_filenameEvaluator = filenameEvaluator;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user