mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:25:44 -06:00
[PR #23] [MERGED] merge dev #297
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/23
Author: @Flaminel
Created: 12/16/2024
Status: ✅ Merged
Merged: 12/16/2024
Merged by: @Flaminel
Base:
main← Head:dev📝 Commits (2)
0ee97ddsimplified how the download client selection works (#22)b56f79eRemove stalled downloads (#21)📊 Changes
59 files changed (+561 additions, -243 deletions)
View changed files
📝
README.md(+40 -18)📝
code/Common/Common.csproj(+2 -1)📝
code/Common/Configuration/Arr/ArrConfig.cs(+1 -1)📝
code/Common/Configuration/DownloadClient/DelugeConfig.cs(+0 -7)📝
code/Common/Configuration/DownloadClient/QBitConfig.cs(+0 -7)📝
code/Common/Configuration/DownloadClient/TransmissionConfig.cs(+1 -8)➕
code/Common/Configuration/EnvironmentVariables.cs(+6 -0)📝
code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs(+9 -1)📝
code/Domain/Domain.csproj(+5 -1)➕
code/Domain/Enums/DownloadClient.cs(+8 -0)➕
code/Domain/Enums/StrikeType.cs(+7 -0)📝
code/Domain/Models/Arr/Queue/QueueListResponse.cs(+1 -1)📝
code/Domain/Models/Arr/Queue/QueueRecord.cs(+1 -1)📝
code/Domain/Models/Arr/SonarrSearchItem.cs(+5 -1)➖
code/Domain/Models/Deluge/Response/DelugeMinimalStatus.cs(+0 -6)➕
code/Domain/Models/Deluge/Response/TorrentStatus.cs(+12 -0)📝
code/Domain/Models/Sonarr/SonarrCommand.cs(+5 -1)📝
code/Executable/DependencyInjection/ConfigurationDI.cs(+3 -0)📝
code/Executable/DependencyInjection/LoggingDI.cs(+1 -0)📝
code/Executable/DependencyInjection/MainDI.cs(+1 -0)...and 39 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.