Fix ID (fixes #13444) (#13471)

pull/13034/head
Fabian Affolter 2018-03-27 01:08:44 +02:00 committed by Paulus Schoutsen
parent f1d37fc849
commit 254256c08f
1 changed files with 2 additions and 2 deletions

View File

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