mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 02:35:09 -05:00
committed by
Paulus Schoutsen
parent
dfe3219f3f
commit
f48ce3d437
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user