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:
@ -362,7 +362,7 @@ class MPRISInterface: # TODO emit Seeked if needed
|
||||
self._client.next()
|
||||
|
||||
def Previous(self):
|
||||
self._client.conditional_previous()
|
||||
self._client.previous()
|
||||
|
||||
def Pause(self):
|
||||
self._client.pause(1)
|
||||
|
Reference in New Issue
Block a user