[PR #839] [MERGED] Add "Recently Played" playlist #1383

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/839
Author: @phanan
Created: 10/20/2018
Status: Merged
Merged: 10/20/2018
Merged by: @phanan

Base: masterHead: feat/recently-played


📝 Commits (2)

📊 Changes

6 files changed (+55 additions, -1 deletions)

View changed files

📝 app/Http/Controllers/API/DataController.php (+6 -0)
app/Http/Controllers/API/Interaction/RecentlyPlayedController.php (+23 -0)
📝 app/Repositories/InteractionRepository.php (+21 -0)
📝 app/Services/InteractionService.php (+1 -0)
📝 resources/assets (+1 -1)
📝 routes/api.php (+3 -0)

📄 Description

This fixes #736.


🔄 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/839 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/20/2018 **Status:** ✅ Merged **Merged:** 10/20/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/recently-played` --- ### 📝 Commits (2) - [`239171f`](https://github.com/koel/koel/commit/239171f2e62e4a4337dfe68a7e7ce4d46d44d6e0) Add "Recently Played" playlist - [`58e166d`](https://github.com/koel/koel/commit/58e166d2ed79759242f7ad066d0adbcc26e9c244) Apply fixes from StyleCI (#838) ### 📊 Changes **6 files changed** (+55 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/DataController.php` (+6 -0) ➕ `app/Http/Controllers/API/Interaction/RecentlyPlayedController.php` (+23 -0) 📝 `app/Repositories/InteractionRepository.php` (+21 -0) 📝 `app/Services/InteractionService.php` (+1 -0) 📝 `resources/assets` (+1 -1) 📝 `routes/api.php` (+3 -0) </details> ### 📄 Description This fixes #736. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:48 +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#1383
No description provided.