mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:47:11 -06:00
[PR #133] [MERGED] Add option to set a tag instead of changing the category for unlinked downloads #243
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/133
Author: @Flaminel
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/8/2025
Merged by: @Flaminel
Base:
main← Head:add_support_for_qbit_unlinked_tag📝 Commits (3)
5064551added option to set a tag instead of changing the category for unlinked downloadsedf80ecfixed notification for tagsd6b35d5fixed multiple processing of the same category when tag is used for unlinked downloads📊 Changes
11 files changed (+71 additions, -15 deletions)
View changed files
📝
code/Common/Configuration/DownloadCleaner/DownloadCleanerConfig.cs(+3 -0)📝
code/Executable/appsettings.Development.json(+1 -0)📝
code/Executable/appsettings.json(+1 -0)📝
code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs(+6 -3)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+26 -5)📝
code/Infrastructure/Verticals/Notifications/INotificationPublisher.cs(+1 -1)📝
code/Infrastructure/Verticals/Notifications/NotificationPublisher.cs(+13 -5)📝
code/test/docker-compose.yml(+4 -1)📝
docs/docs/configuration/examples/1_docker.mdx(+1 -0)📝
docs/docs/configuration/examples/2_config-file.mdx(+1 -0)📝
docs/src/components/configuration/download-cleaner/DownloadCleanerHardlinksSettings.tsx(+14 -0)📄 Description
Closes #132
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.