mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed MPRIS Previous method according to the specs
Using conditional previous in the MPRIS interface introduced some bugs. It was not possible to go to the previous track via plasma's MPRIS client.
This commit is contained in:
parent
aacf27ccb0
commit
32893f7062
@ -362,7 +362,7 @@ class MPRISInterface: # TODO emit Seeked if needed
|
|||||||
self._client.next()
|
self._client.next()
|
||||||
|
|
||||||
def Previous(self):
|
def Previous(self):
|
||||||
self._client.conditional_previous()
|
self._client.previous()
|
||||||
|
|
||||||
def Pause(self):
|
def Pause(self):
|
||||||
self._client.pause(1)
|
self._client.pause(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user