[PR #2097] [MERGED] fix: inconsistent state after changing album/artist name (closes #2094) #2065

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2097
Author: @phanan
Created: 9/12/2025
Status: Merged
Merged: 9/12/2025
Merged by: @phanan

Base: masterHead: fix/2094


📝 Commits (1)

  • a96bed7 fix: inconsistent state after changing album/artist name (closes #2094)

📊 Changes

19 files changed (+253 additions, -193 deletions)

View changed files

📝 app/Http/Controllers/API/FetchOverviewController.php (+3 -3)
📝 app/Http/Controllers/API/SongController.php (+10 -9)
📝 app/Http/Requests/API/SongUpdateRequest.php (+1 -1)
📝 app/Jobs/DeleteSongFilesJob.php (+1 -1)
📝 app/Models/Song.php (+1 -0)
📝 app/Services/LibraryManager.php (+2 -4)
📝 app/Services/SongService.php (+44 -20)
📝 app/Values/Song/SongFileInfo.php (+1 -1)
📝 app/Values/Song/SongUpdateData.php (+10 -10)
app/Values/Song/SongUpdateResult.php (+49 -0)
📝 docs/plus/ticketmaster.md (+1 -1)
📝 resources/assets/js/components/screens/AlbumScreen.spec.ts (+2 -8)
📝 resources/assets/js/components/screens/AlbumScreen.vue (+6 -1)
📝 resources/assets/js/components/screens/ArtistScreen.spec.ts (+2 -7)
📝 resources/assets/js/components/screens/ArtistScreen.vue (+6 -1)
📝 resources/assets/js/stores/playableStore.spec.ts (+2 -13)
📝 resources/assets/js/stores/playableStore.ts (+4 -4)
📝 tests/Integration/Services/SongServiceTest.php (+107 -108)
📝 tests/Unit/Jobs/DeleteSongFilesJobTest.php (+1 -1)

📄 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/2097 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix/2094` --- ### 📝 Commits (1) - [`a96bed7`](https://github.com/koel/koel/commit/a96bed779539b916bcfe5585bb7919241233c18a) fix: inconsistent state after changing album/artist name (closes #2094) ### 📊 Changes **19 files changed** (+253 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/FetchOverviewController.php` (+3 -3) 📝 `app/Http/Controllers/API/SongController.php` (+10 -9) 📝 `app/Http/Requests/API/SongUpdateRequest.php` (+1 -1) 📝 `app/Jobs/DeleteSongFilesJob.php` (+1 -1) 📝 `app/Models/Song.php` (+1 -0) 📝 `app/Services/LibraryManager.php` (+2 -4) 📝 `app/Services/SongService.php` (+44 -20) 📝 `app/Values/Song/SongFileInfo.php` (+1 -1) 📝 `app/Values/Song/SongUpdateData.php` (+10 -10) ➕ `app/Values/Song/SongUpdateResult.php` (+49 -0) 📝 `docs/plus/ticketmaster.md` (+1 -1) 📝 `resources/assets/js/components/screens/AlbumScreen.spec.ts` (+2 -8) 📝 `resources/assets/js/components/screens/AlbumScreen.vue` (+6 -1) 📝 `resources/assets/js/components/screens/ArtistScreen.spec.ts` (+2 -7) 📝 `resources/assets/js/components/screens/ArtistScreen.vue` (+6 -1) 📝 `resources/assets/js/stores/playableStore.spec.ts` (+2 -13) 📝 `resources/assets/js/stores/playableStore.ts` (+4 -4) 📝 `tests/Integration/Services/SongServiceTest.php` (+107 -108) 📝 `tests/Unit/Jobs/DeleteSongFilesJobTest.php` (+1 -1) </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:33:11 +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#2065
No description provided.