[PR #2155] [CLOSED] fix: allow empty radio description #2117

Closed
opened 2026-02-26 03:33:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2155
Author: @Doppelkeks12
Created: 10/26/2025
Status: Closed

Base: masterHead: fix/allow-empty-radio-description


📝 Commits (1)

  • 9edcec5 fix: allow empty radio description

📊 Changes

3 files changed (+53 additions, -3 deletions)

View changed files

📝 app/Http/Requests/API/Radio/RadioStationStoreRequest.php (+1 -1)
📝 app/Http/Requests/API/Radio/RadioStationUpdateRequest.php (+2 -2)
📝 tests/Feature/RadioStationTest.php (+50 -0)

📄 Description

Description

Allows radio description to be empty.

Motivation

It's the same as in https://github.com/koel/koel/pull/2118

Checklist

  • [ ] I've tested my changes thoroughly and added tests where applicable
  • [ ] I've updated relevant documentation (if any)
  • [ ] My code follows the project's conventions

🔄 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/koel/koel/pull/2155 **Author:** [@Doppelkeks12](https://github.com/Doppelkeks12) **Created:** 10/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/allow-empty-radio-description` --- ### 📝 Commits (1) - [`9edcec5`](https://github.com/koel/koel/commit/9edcec54fe5a46c3011c88efa4dd6aadcf8a4e72) fix: allow empty radio description ### 📊 Changes **3 files changed** (+53 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Requests/API/Radio/RadioStationStoreRequest.php` (+1 -1) 📝 `app/Http/Requests/API/Radio/RadioStationUpdateRequest.php` (+2 -2) 📝 `tests/Feature/RadioStationTest.php` (+50 -0) </details> ### 📄 Description ## Description Allows radio description to be empty. ## Motivation It's the same as in https://github.com/koel/koel/pull/2118 ## Checklist - [ ✅ ] I've tested my changes thoroughly and added tests where applicable - [ ✅] I've updated relevant documentation (if any) - [ ✅ ] My code follows the project's conventions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2117
No description provided.