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