[PR #2151] [MERGED] fix: selected playables are not collected properly #2111

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2151
Author: @phanan
Created: 10/24/2025
Status: Merged
Merged: 10/24/2025
Merged by: @phanan

Base: masterHead: selected-playables


📝 Commits (1)

  • 26a8472 fix: selected playables are not collected properly

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 resources/assets/js/components/playable/PlayableContextMenu.vue (+5 -5)
📝 resources/assets/js/config/contextMenus.ts (+1 -1)

📄 Description

Description

Use toRefs on the Playables context menu props to ensure changes to the selected playables are collected and reflected properly.

Motivation

Screenshots (if applicable)

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/2151 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `selected-playables` --- ### 📝 Commits (1) - [`26a8472`](https://github.com/koel/koel/commit/26a84727d55c557008c0e17279d6a5e71fed1de2) fix: selected playables are not collected properly ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/playable/PlayableContextMenu.vue` (+5 -5) 📝 `resources/assets/js/config/contextMenus.ts` (+1 -1) </details> ### 📄 Description <!-- Thank you for contributing to Koel! Please provide a clear description of your changes below. --> ## Description Use `toRefs` on the Playables context menu props to ensure changes to the selected playables are collected and reflected properly. ## Motivation <!-- Explain why this change is necessary, e.g., if targeting an existing issue, link to it. --> ## Screenshots (if applicable) ## Checklist - [x] I've tested my changes thoroughly and added tests where applicable - [x] I've updated relevant documentation (if any) - [x] 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:18 +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#2111
No description provided.