1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-02 09:16:11 +00:00

Fix ID (fixes #13444) (#13471)

This commit is contained in:
Fabian Affolter
2018-03-27 01:08:44 +02:00
committed by Paulus Schoutsen
parent f1d37fc849
commit 254256c08f

View File

@@ -155,8 +155,8 @@ class MpcHcDevice(MediaPlayerDevice):
def media_next_track(self):
"""Send next track command."""
self._send_command(921)
self._send_command(920)
def media_previous_track(self):
"""Send previous track command."""
self._send_command(920)
self._send_command(919)