mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
use "rewind-mode" in MPRIS interface
This commit is contained in:
parent
0bee26c7c1
commit
d665263366
@ -323,7 +323,7 @@ class MPRISInterface: # TODO emit Seeked if needed
|
||||
self._client.next()
|
||||
|
||||
def Previous(self):
|
||||
self._client.previous()
|
||||
self._client.conditional_previous()
|
||||
|
||||
def Pause(self):
|
||||
self._client.pause(1)
|
||||
|
Loading…
Reference in New Issue
Block a user