fvogt requested changes to this revision. fvogt added a comment. This revision now requires changes to proceed.
Seek has a different behaviour for `position() + offset < 0` and `position() + offset == m_length`: A negative value seeks back. If this would mean seeking back further than the start of the track, the position is set to 0. If the value passed in would mean seeking beyond the end of the track, acts like a call to Next. SetPosition has: If the Position argument is less than 0, do nothing. If the Position argument is greater than the track length, do nothing. which is different. REPOSITORY R856 Plasma Browser Integration REVISION DETAIL https://phabricator.kde.org/D15863 To: broulik, #plasma, davidedmundson, fvogt, nicolasfella Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart