Summary: | Amarok doesn't update database playlists when track's uid url changes | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Matěj Laitl <matej> |
Component: | Collections/Local | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | graham, matej, ralf-engels, walter.von.entferndt |
Priority: | NOR | ||
Version: | 2.6.90 (2.7 beta) | ||
Target Milestone: | 2.7 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/2f261b02ede0ecc9a566cbcb2680e06db092dbc1 | Version Fixed In: | 2.7 |
Sentry Crash Report: | |||
Bug Depends on: | 308371 | ||
Bug Blocks: |
Description
Matěj Laitl
2012-12-23 18:39:17 UTC
Git commit 2f261b02ede0ecc9a566cbcb2680e06db092dbc1 by Matěj Laitl. Committed on 23/12/2012 at 19:42. Pushed by laitl into branch 'master'. Fix SqlTrack::updatePlaylistToDb(): we need to update url too This fixes all the remaining problems originally reported in bug 308371. I've confirmed it works both then the track uid change is triggered from within Amarok and from external tool when Amarok is not running. BUGFIXES: * Fix updating of Amarok database playlists then track uid changes. Related: bug 308371 FIXED-IN: 2.7 M +1 -0 ChangeLog M +15 -11 src/core-impl/collections/db/sql/SqlMeta.cpp M +1 -0 src/playlistmanager/sql/SqlPlaylist.cpp http://commits.kde.org/amarok/2f261b02ede0ecc9a566cbcb2680e06db092dbc1 Dear Matěj, I regret having caused trouble. Thanx for your patience and insistence to fix the bug. I wish you a peaceful and merry X-Mas. (In reply to comment #2) > Dear Matěj, Hi Torsten, > I regret having caused trouble. No serious trouble caused, you couldn't have known our bugzilla usage in advance. > Thanx for your patience and insistence to fix the bug. > > I wish you a peaceful and merry X-Mas. Thanks, to you too. :-) |