Summary: | Total playlist length is shown incorrectly | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Daniel S. <sehrpositiv> |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nhn, teo |
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | 2.4.1 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.3 | |
Sentry Crash Report: |
Description
Daniel S.
2011-05-16 12:31:53 UTC
*** This bug has been marked as a duplicate of bug 267380 *** Actually, that was wrong. Git commit 9cbd63a0c4aeff231e464e39dd5ff6d2685e49ee by Sam Lade. Committed on 25/07/2011 at 01:18. Pushed by lade into branch 'master'. Display correct values for pretty times > 1 day CCBUG:267380 CCBUG:273407 M +9 -4 src/core/meta/support/MetaUtility.cpp http://commits.kde.org/amarok/9cbd63a0c4aeff231e464e39dd5ff6d2685e49ee Git commit de32e984ce2770f7e728cd4517b32c249cc80d8c by Sam Lade. Committed on 25/07/2011 at 02:21. Pushed by lade into branch 'master'. Fix playlist length update on track removal Update the playlist's length counter before calling endRemoveRows() rather than after to ensure totalLength() returns the correct value. BUG:273407 FIXED-IN:2.4.3 M +3 -3 src/playlist/PlaylistModel.cpp http://commits.kde.org/amarok/de32e984ce2770f7e728cd4517b32c249cc80d8c I tested the latest Git snapshot and both issues are gone :) Thank you! |