https://bugs.kde.org/show_bug.cgi?id=381896
Bug ID: 381896
Summary: When pressing the previous song button the queue
broken
Product: amarok
Version: 2.8.0
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Playlists/Dynamic Playlists
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 2.9
Let's say you have queued a number of songs like this:
| Song Name | Queue |
| 01.mp3 | 1 |
| 02.mp3 | |
| 03.mp3 | Now Playing |
| 04.mp3 | 2 |
(The queue is 03.mp3 -> 01.mp3 -> 04.mp3)
Then you press 'Next Song' button and it should be like this:
| Song Name | Queue |
| 01.mp3 | Now Playing |
| 02.mp3 | |
| 03.mp3 | |
| 04.mp3 | 1 |
(The queue is (03.mp3 ->) 01.mp3 -> 04.mp3)
Then you press 'Previous Song' button and it is like this:
| Song Name | Queue |
| 01.mp3 | |
| 02.mp3 | |
| 03.mp3 | Now Playing |
| 04.mp3 | 1 |
(The queue is 03.mp3 -> 04.mp3)
The 01.mp3 is missing in the queue.
(Amarok Version 2.8.0 / Build Date: Dec 8 2016 / KDE 4.14.30 / openSUSE
Tumbleweed)
Thanks
--
You are receiving this mail because:
You are watching all bug changes.