Revision dc7074f...
Go back to digest for 12th August 2012Bug Fixes in KDE Base
Alex Merry committed changes in [kde-workspace] plasma/generic/dataengines/mpris2/playercontainer.cpp:
MPRIS2: assume the position is 0 when stopped
MPRIS2 does not require the Seeked() signal to be emitted when stopping
a track. It does, however, require it to be emitted if the position is
not 0 when going from Stopped to Playing (or Paused).
So we should assume the position is 0 when Stopped.
This fixes an issue I noticed with gmusicbrowser, where stopping a track
and starting it again would show the wrong time in the Now Playing
widget.
FIXED-IN: 4.9.1
File Changes
Modified 1 files
- plasma/generic/dataengines/mpris2/playercontainer.cpp
1 files changed in total