[PR #93] [MERGED] Add option to explicitly disable the download client #261

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/93
Author: @Flaminel
Created: 3/19/2025
Status: Merged
Merged: 3/19/2025
Merged by: @Flaminel

Base: mainHead: add_explicit_disable_for_dlc


📝 Commits (2)

  • fe2c379 added option to explicitly disable the download client
  • c727601 fixed dlc factory

📊 Changes

6 files changed (+18 additions, -11 deletions)

View changed files

📝 code/Common/Enums/DownloadClient.cs (+2 -1)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+2 -2)
📝 code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs (+2 -2)
📝 code/Infrastructure/Verticals/DownloadClient/DownloadServiceFactory.cs (+1 -0)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+1 -1)
📝 variables.md (+10 -5)

📄 Description

Relates to #92


🔄 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/93 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 3/19/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_explicit_disable_for_dlc` --- ### 📝 Commits (2) - [`fe2c379`](https://github.com/Cleanuparr/Cleanuparr/commit/fe2c37982d598dd90c96d1dd99ce4bb19ab1d92d) added option to explicitly disable the download client - [`c727601`](https://github.com/Cleanuparr/Cleanuparr/commit/c7276018402be38c4b5f8d318604e058d1105b40) fixed dlc factory ### 📊 Changes **6 files changed** (+18 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `code/Common/Enums/DownloadClient.cs` (+2 -1) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/DownloadServiceFactory.cs` (+1 -0) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+1 -1) 📝 `variables.md` (+10 -5) </details> ### 📄 Description Relates to #92 --- <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:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#261