mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
parent
f1d37fc849
commit
254256c08f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user