mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-05 05:33:35 -06:00
[PR #11] [MERGED] Fix empty torrents #308
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/11
Author: @Flaminel
Created: 11/23/2024
Status: ✅ Merged
Merged: 11/23/2024
Merged by: @Flaminel
Base:
main← Head:fix_empty_torrents📝 Commits (5)
efecd37fixed unwanted deletion of torrents in downloading metadata state6cba974refactored jobs code61b10d5updated arr test data7be65dfupdated gitignoreb4d1145updated test configuration and removed dispensable files📊 Changes
44 files changed (+208 additions, -1401 deletions)
View changed files
📝
.gitignore(+4 -1)📝
code/Domain/Models/Deluge/Response/DelugeContents.cs(+1 -1)📝
code/Executable/DependencyInjection/QuartzDI.cs(+8 -8)📝
code/Executable/DependencyInjection/ServicesDI.cs(+0 -2)➖
code/Executable/Jobs/ContentBlockerJob.cs(+0 -32)➕
code/Executable/Jobs/GenericJob.cs(+31 -0)➖
code/Executable/Jobs/QueueCleanerJob.cs(+0 -32)📝
code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs(+6 -47)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+2 -1)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+4 -8)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+2 -1)➕
code/Infrastructure/Verticals/Jobs/GenericHandler.cs(+90 -0)📝
code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs(+4 -70)➖
code/test/data/deluge/config/core.conf.bak(+0 -97)➖
code/test/data/deluge/config/label.conf.bak(+0 -50)➖
code/test/data/deluge/config/session.state.bak(+0 -0)➖
code/test/data/deluge/config/state/torrents.fastresume(+0 -0)➖
code/test/data/deluge/config/state/torrents.fastresume.bak(+0 -0)➖
code/test/data/deluge/config/state/torrents.state.bak(+0 -0)📝
code/test/data/deluge/config/web.conf(+0 -565)...and 24 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.