mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
committed by
Paulus Schoutsen
parent
f1d37fc849
commit
254256c08f
@@ -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