mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 20:28:01 -06:00
[PR #102] [MERGED] Fix qBit queued items being processed #254
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/102
Author: @Flaminel
Created: 3/21/2025
Status: ✅ Merged
Merged: 3/21/2025
Merged by: @Flaminel
Base:
main← Head:fix_qbit_queued_items_processing📝 Commits (2)
dc99b94refactored delete reason handling and added reason to logs57e192efixed checking if qBit blocked a download📊 Changes
12 files changed (+74 additions, -60 deletions)
View changed files
📝
code/Domain/Enums/DeleteReason.cs(+5 -1)📝
code/Domain/Enums/StrikeType.cs(+1 -0)📝
code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceTests.cs(+3 -2)📝
code/Infrastructure.Tests/Verticals/DownloadClient/TestDownloadService.cs(+2 -1)📝
code/Infrastructure/Verticals/Arr/ArrClient.cs(+9 -3)📝
code/Infrastructure/Verticals/Arr/Interfaces/IArrClient.cs(+1 -1)📝
code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+15 -14)📝
code/Infrastructure/Verticals/DownloadClient/DownloadService.cs(+3 -2)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+22 -21)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+11 -13)📝
code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs(+1 -1)📄 Description
Relates to #101
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.