mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 20:28:01 -06:00
[PR #245] [MERGED] Fix download client type being sent as number instead of string #203
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/245
Author: @Flaminel
Created: 7/27/2025
Status: ✅ Merged
Merged: 7/27/2025
Merged by: @Flaminel
Base:
main← Head:fix_download_client_type📝 Commits (3)
ba740cafixed download client type being sent as number9bd77c1fixed Transmission path8d26e83simplified enum loop📊 Changes
7 files changed (+63 additions, -85 deletions)
View changed files
📝
code/backend/Cleanuparr.Domain/Enums/DownloadClientTypeName.cs(+1 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadServiceFactory.cs(+1 -1)📝
code/frontend/src/app/core/services/documentation.service.ts(+1 -1)📝
code/frontend/src/app/settings/download-client/download-client-settings.component.html(+4 -4)📝
code/frontend/src/app/settings/download-client/download-client-settings.component.ts(+41 -65)📝
code/frontend/src/app/shared/models/download-client-config.model.ts(+7 -7)📝
code/frontend/src/app/shared/models/enums.ts(+8 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.