mirror of
https://github.com/koel/koel.git
synced 2026-04-27 01:35:59 +03:00
[GH-ISSUE #2094] [Bug]: Inconsistent state after changing album/artist name #1092
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1092
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Doppelkeks12 on GitHub (Sep 10, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2094
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Expected behavior
The Album/Artist title should be updated everywhere to the new title, and the old Album/Artist entry should be removed.
Actual behavior
Now I have two states:
New name is shown in:
Old name is still shown in:
The song queue
In the Artist/Album overview, the old (empty) version is still present, and the Album loses its cover.
Logs
No entries in the Laravel log.
No errors in the browser console.
In the browser’s Network tab, the old version of the names is still being returned.
Koel version
Koel v7.15.0 Plus Edition
How did you install Koel?
Pre-compiled tar/zip archive
Additional information
Using S3 for storage.
Tested with the first admin user (for debugging), but multiple users are configured.
I've tested:
In the database table "albums" the name is correct, in the column "album_name" in the table "songs" it's wrong.
@phanan commented on GitHub (Sep 11, 2025):
Hey, thanks for the super detailed bug report! I'll take a look.