mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:21:33 -06:00
[PR #233] [MERGED] Improve download removal to be separate from download search #211
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/233
Author: @Flaminel
Created: 7/6/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @Flaminel
Base:
main← Head:improve_queue_item_removal📝 Commits (1)
eb6efd8improved download removal to be separate from download search📊 Changes
9 files changed (+142 additions, -22 deletions)
View changed files
📝
code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs(+11 -0)📝
code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs(+3 -0)📝
code/backend/Cleanuparr.Infrastructure/Cleanuparr.Infrastructure.csproj(+0 -4)➕
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Consumers/DownloadHunterConsumer.cs(+36 -0)➕
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/DownloadHunter.cs(+42 -0)➕
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Interfaces/IDownloadHunter.cs(+9 -0)➕
code/backend/Cleanuparr.Infrastructure/Features/DownloadHunter/Models/DownloadHuntRequest.cs(+18 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/Consumers/DownloadRemoverConsumer.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/QueueItemRemover.cs(+22 -17)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.