[PR #1942] [MERGED] fix: use user public ID to check if song is external #1967

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/1942
Author: @phanan
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @phanan

Base: masterHead: external


📝 Commits (1)

  • 77be8dd fix: use user public ID to check if song is external

📊 Changes

9 files changed (+33 additions, -66 deletions)

View changed files

📝 app/Http/Resources/SongFileResource.php (+6 -47)
📝 app/Http/Resources/SongResource.php (+12 -2)
📝 app/Models/Song.php (+2 -3)
📝 app/Services/LicenseService.php (+2 -1)
📝 resources/assets/js/__tests__/factory/songFactory.ts (+2 -1)
📝 resources/assets/js/components/song/SongCard.vue (+1 -10)
📝 resources/assets/js/components/song/song-list/SongListItem.vue (+6 -1)
📝 resources/assets/js/components/song/song-list/__snapshots__/SongListItem.spec.ts.snap (+1 -1)
📝 resources/assets/js/types.d.ts (+1 -0)

📄 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/1942 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `external` --- ### 📝 Commits (1) - [`77be8dd`](https://github.com/koel/koel/commit/77be8ddaa43ad59114d097f0eec46fa753daa3bd) fix: use user public ID to check if song is external ### 📊 Changes **9 files changed** (+33 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Resources/SongFileResource.php` (+6 -47) 📝 `app/Http/Resources/SongResource.php` (+12 -2) 📝 `app/Models/Song.php` (+2 -3) 📝 `app/Services/LicenseService.php` (+2 -1) 📝 `resources/assets/js/__tests__/factory/songFactory.ts` (+2 -1) 📝 `resources/assets/js/components/song/SongCard.vue` (+1 -10) 📝 `resources/assets/js/components/song/song-list/SongListItem.vue` (+6 -1) 📝 `resources/assets/js/components/song/song-list/__snapshots__/SongListItem.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/types.d.ts` (+1 -0) </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#1967
No description provided.