[PR #1367] [MERGED] feat(playlist): use own controller for playlist songs #1695

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1367
Author: @phanan
Created: 10/11/2021
Status: Merged
Merged: 10/11/2021
Merged by: @phanan

Base: masterHead: chore/playlist-song-ctrl


📝 Commits (1)

  • 138e5aa feat(playlist): use own controller for playlist songs

📊 Changes

7 files changed (+134 additions, -83 deletions)

View changed files

📝 app/Facades/YouTube.php (+3 -0)
📝 app/Http/Controllers/API/PlaylistController.php (+0 -27)
app/Http/Controllers/API/PlaylistSongController.php (+39 -0)
📝 app/Http/Requests/API/PlaylistSongUpdateRequest.php (+1 -1)
📝 routes/api.php (+8 -3)
tests/Feature/PlaylistSongTest.php (+83 -0)
📝 tests/Feature/PlaylistTest.php (+0 -52)

📄 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/koel/koel/pull/1367 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/11/2021 **Status:** ✅ Merged **Merged:** 10/11/2021 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `chore/playlist-song-ctrl` --- ### 📝 Commits (1) - [`138e5aa`](https://github.com/koel/koel/commit/138e5aa1e249c464482280da379a0edeedaa5a07) feat(playlist): use own controller for playlist songs ### 📊 Changes **7 files changed** (+134 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `app/Facades/YouTube.php` (+3 -0) 📝 `app/Http/Controllers/API/PlaylistController.php` (+0 -27) ➕ `app/Http/Controllers/API/PlaylistSongController.php` (+39 -0) 📝 `app/Http/Requests/API/PlaylistSongUpdateRequest.php` (+1 -1) 📝 `routes/api.php` (+8 -3) ➕ `tests/Feature/PlaylistSongTest.php` (+83 -0) 📝 `tests/Feature/PlaylistTest.php` (+0 -52) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:58 +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#1695
No description provided.