This commit is contained in:
Flaminel
2025-05-15 19:34:12 +03:00
parent 6eb457ed8f
commit b6950f545f
15 changed files with 827 additions and 153 deletions

View File

@@ -37,7 +37,8 @@ public static class ServicesDI
.AddTransient<IHardLinkFileService, HardLinkFileService>()
.AddTransient<UnixHardLinkFileService>()
.AddTransient<WindowsHardLinkFileService>()
.AddTransient<DummyDownloadService>()
// Download client services
.AddTransient<EmptyDownloadService>()
.AddTransient<QBitService>()
.AddTransient<DelugeService>()
.AddTransient<TransmissionService>()