mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Channel up and down for webostv (#13624)
This commit is contained in:
committed by
Pascal Vizeli
parent
032d6963d8
commit
4b2fdd243a
@@ -357,8 +357,8 @@ class LgWebOSDevice(MediaPlayerDevice):
|
||||
|
||||
def media_next_track(self):
|
||||
"""Send next track command."""
|
||||
self._client.fast_forward()
|
||||
self._client.channel_up()
|
||||
|
||||
def media_previous_track(self):
|
||||
"""Send the previous track command."""
|
||||
self._client.rewind()
|
||||
self._client.channel_down()
|
||||
|
Reference in New Issue
Block a user