[PR #1943] [MERGED] refactor: downloadable #1969

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1943
Author: @phanan
Created: 6/7/2025
Status: Merged
Merged: 6/7/2025
Merged by: @phanan

Base: masterHead: downloadable


📝 Commits (2)

📊 Changes

9 files changed (+99 additions, -56 deletions)

View changed files

📝 app/Http/Controllers/Download/DownloadAlbumController.php (+1 -1)
📝 app/Http/Controllers/Download/DownloadArtistController.php (+1 -1)
📝 app/Http/Controllers/Download/DownloadFavoritesController.php (+1 -1)
📝 app/Http/Controllers/Download/DownloadPlaylistController.php (+5 -7)
📝 app/Http/Controllers/Download/DownloadSongsController.php (+1 -11)
📝 app/Services/DownloadService.php (+42 -18)
app/Values/Downloadable.php (+28 -0)
📝 tests/Feature/DownloadTest.php (+15 -13)
📝 tests/Feature/KoelPlus/DownloadTest.php (+5 -4)

📄 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/1943 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/7/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `downloadable` --- ### 📝 Commits (2) - [`a5ef9bb`](https://github.com/koel/koel/commit/a5ef9bb1a7d3639eaabd97862805adcf557688d0) refactor: downloadable - [`3fff491`](https://github.com/koel/koel/commit/3fff49148558b1c9ce7390b91e2d8e0d1311b654) refactor: downloadable ### 📊 Changes **9 files changed** (+99 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Download/DownloadAlbumController.php` (+1 -1) 📝 `app/Http/Controllers/Download/DownloadArtistController.php` (+1 -1) 📝 `app/Http/Controllers/Download/DownloadFavoritesController.php` (+1 -1) 📝 `app/Http/Controllers/Download/DownloadPlaylistController.php` (+5 -7) 📝 `app/Http/Controllers/Download/DownloadSongsController.php` (+1 -11) 📝 `app/Services/DownloadService.php` (+42 -18) ➕ `app/Values/Downloadable.php` (+28 -0) 📝 `tests/Feature/DownloadTest.php` (+15 -13) 📝 `tests/Feature/KoelPlus/DownloadTest.php` (+5 -4) </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:32:54 +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#1969
No description provided.