mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-05 05:33:35 -06:00
[PR #35] [MERGED] Add option to not use a download client #293
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/35
Author: @Flaminel
Created: 1/10/2025
Status: ✅ Merged
Merged: 1/10/2025
Merged by: @Flaminel
Base:
main← Head:add_option_to_disable_download_client📝 Commits (1)
b134a21added option to not use a download client📊 Changes
11 files changed (+89 additions, -29 deletions)
View changed files
📝
README.md(+11 -1)➕
code/Common/Configuration/DownloadClient/DownloadClientConfig.cs(+9 -0)➖
code/Common/Configuration/EnvironmentVariables.cs(+0 -6)📝
code/Common/Enums/DownloadClient.cs(+3 -2)📝
code/Executable/DependencyInjection/ConfigurationDI.cs(+1 -0)📝
code/Executable/DependencyInjection/ServicesDI.cs(+1 -0)📝
code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs(+10 -3)📝
code/Infrastructure/Verticals/DownloadClient/DownloadServiceFactory.cs(+8 -13)➕
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+33 -0)📝
code/Infrastructure/Verticals/Jobs/GenericHandler.cs(+5 -1)📝
code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs(+8 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.