use "rewind-mode" in MPRIS interface

This commit is contained in:
Martin Wagner 2021-06-12 22:37:37 +02:00
parent 0bee26c7c1
commit d665263366
1 changed files with 1 additions and 1 deletions

View File

@ -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)