mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #22] [MERGED] simplified how the download client selection works #299
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/22
Author: @Flaminel
Created: 12/15/2024
Status: ✅ Merged
Merged: 12/15/2024
Merged by: @Flaminel
Base:
dev← Head:change_download_client_usage📝 Commits (1)
1d04787simplified how the download client selection works📊 Changes
14 files changed (+41 additions, -85 deletions)
View changed files
📝
README.md(+4 -8)📝
code/Common/Configuration/DownloadClient/DelugeConfig.cs(+0 -7)📝
code/Common/Configuration/DownloadClient/QBitConfig.cs(+0 -7)📝
code/Common/Configuration/DownloadClient/TransmissionConfig.cs(+1 -8)➕
code/Common/Configuration/EnvironmentVariables.cs(+6 -0)➕
code/Domain/Enums/DownloadClient.cs(+8 -0)📝
code/Executable/DependencyInjection/ConfigurationDI.cs(+1 -0)📝
code/Executable/appsettings.Development.json(+1 -3)📝
code/Executable/appsettings.json(+1 -3)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+1 -0)📝
code/Infrastructure/Verticals/DownloadClient/DownloadServiceFactory.cs(+15 -46)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+1 -0)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+1 -0)📝
code/test/docker-compose.yml(+1 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.