mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-10 06:45:35 -04:00
Add orphaned files cleanup (#618)
This commit is contained in:
@@ -58,6 +58,7 @@ public class DynamicHttpClientProvider : IDynamicHttpClientProvider
|
||||
var clientType = downloadClientConfig.TypeName switch
|
||||
{
|
||||
DownloadClientTypeName.Deluge => HttpClientType.Deluge,
|
||||
DownloadClientTypeName.uTorrent => HttpClientType.UTorrent,
|
||||
_ => HttpClientType.WithRetry
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user