[PR #245] [MERGED] Fix download client type being sent as number instead of string #203

Closed
opened 2025-10-09 17:00:14 -05:00 by giteasync · 0 comments
Owner

📋 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: mainHead: fix_download_client_type


📝 Commits (3)

  • ba740ca fixed download client type being sent as number
  • 9bd77c1 fixed Transmission path
  • 8d26e83 simplified 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/245 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 7/27/2025 **Status:** ✅ Merged **Merged:** 7/27/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `fix_download_client_type` --- ### 📝 Commits (3) - [`ba740ca`](https://github.com/Cleanuparr/Cleanuparr/commit/ba740caecfefdac230c7c60eb99b22374cb3ee39) fixed download client type being sent as number - [`9bd77c1`](https://github.com/Cleanuparr/Cleanuparr/commit/9bd77c1a1a872707ef106ca0d1b6e8de15e6a907) fixed Transmission path - [`8d26e83`](https://github.com/Cleanuparr/Cleanuparr/commit/8d26e83972f820a92e0a06cfd3a8ed604988c197) simplified enum loop ### 📊 Changes **7 files changed** (+63 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#203
No description provided.