mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 20:28:01 -06:00
[PR #50] [MERGED] Add option to reset stalled strikes on download progress #279
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/50
Author: @Flaminel
Created: 1/24/2025
Status: ✅ Merged
Merged: 1/24/2025
Merged by: @Flaminel
Base:
main← Head:reset_strikes_on_download_resume📝 Commits (1)
586af85added option to reset stalled strikes📊 Changes
14 files changed (+92 additions, -18 deletions)
View changed files
📝
README.md(+2 -0)📝
code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs(+3 -0)➕
code/Domain/Models/Cache/CacheItem.cs(+9 -0)📝
code/Domain/Models/Deluge/Response/TorrentStatus.cs(+6 -1)📝
code/Executable/appsettings.Development.json(+1 -0)📝
code/Executable/appsettings.json(+1 -0)➕
code/Infrastructure/Helpers/CacheKeys.cs(+14 -0)📝
code/Infrastructure/Verticals/ContentBlocker/BlocklistProvider.cs(+7 -10)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+6 -2)📝
code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs(+27 -0)📝
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+2 -1)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+5 -1)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+7 -2)📝
code/Infrastructure/Verticals/ItemStriker/Striker.cs(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.