Channel up and down for webostv (#13624)

This commit is contained in:
stephanerosi 2018-04-04 15:37:14 +02:00 committed by Pascal Vizeli
parent 032d6963d8
commit 4b2fdd243a

View File

@ -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()