[PR #22] [MERGED] simplified how the download client selection works #299

Closed
opened 2025-10-09 17:00:51 -05:00 by giteasync · 0 comments
Owner

📋 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: devHead: change_download_client_usage


📝 Commits (1)

  • 1d04787 simplified 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/22 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 12/15/2024 **Status:** ✅ Merged **Merged:** 12/15/2024 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `dev` ← **Head:** `change_download_client_usage` --- ### 📝 Commits (1) - [`1d04787`](https://github.com/Cleanuparr/Cleanuparr/commit/1d0478750c0b6f399cef7708b8d222d8d5cc715e) simplified how the download client selection works ### 📊 Changes **14 files changed** (+41 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr-Cleanuparr#299
No description provided.