mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Channel up and down for webostv (#13624)
This commit is contained in:
parent
032d6963d8
commit
4b2fdd243a
@ -357,8 +357,8 @@ class LgWebOSDevice(MediaPlayerDevice):
|
|||||||
|
|
||||||
def media_next_track(self):
|
def media_next_track(self):
|
||||||
"""Send next track command."""
|
"""Send next track command."""
|
||||||
self._client.fast_forward()
|
self._client.channel_up()
|
||||||
|
|
||||||
def media_previous_track(self):
|
def media_previous_track(self):
|
||||||
"""Send the previous track command."""
|
"""Send the previous track command."""
|
||||||
self._client.rewind()
|
self._client.channel_down()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user