mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:47:11 -06:00
[PR #45] [MERGED] Add option to not remove private downloads from the download client #284
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/45
Author: @Flaminel
Created: 1/18/2025
Status: ✅ Merged
Merged: 1/18/2025
Merged by: @Flaminel
Base:
main← Head:add_option_to_not_remove_from_client📝 Commits (1)
e081715📊 Changes
20 files changed (+181 additions, -73 deletions)
View changed files
📝
README.md(+22 -16)📝
code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs(+4 -1)📝
code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs(+6 -0)📝
code/Executable/appsettings.Development.json(+5 -2)📝
code/Executable/appsettings.json(+3 -1)📝
code/Infrastructure/Verticals/Arr/ArrClient.cs(+11 -5)📝
code/Infrastructure/Verticals/Arr/LidarrClient.cs(+6 -2)📝
code/Infrastructure/Verticals/Arr/RadarrClient.cs(+6 -2)📝
code/Infrastructure/Verticals/Arr/SonarrClient.cs(+6 -2)📝
code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs(+16 -2)➕
code/Infrastructure/Verticals/DownloadClient/BlockFilesResult.cs(+14 -0)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+14 -9)📝
code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs(+2 -2)📝
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+2 -2)📝
code/Infrastructure/Verticals/DownloadClient/IDownloadService.cs(+2 -2)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+15 -10)📝
code/Infrastructure/Verticals/DownloadClient/StalledResult.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+15 -9)📝
code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs(+28 -5)📝
code/test/docker-compose.yml(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.