diff --git a/homeassistant/components/media_player/channels.py b/homeassistant/components/media_player/channels.py index 048e33d8687..869f6bb712f 100644 --- a/homeassistant/components/media_player/channels.py +++ b/homeassistant/components/media_player/channels.py @@ -78,7 +78,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): _LOGGER.warning("Unable to find Channels with entity_id: %s", str(entity_id)) return - + if service.service == SERVICE_SEEK_FORWARD: device.seek_forward() elif service.service == SERVICE_SEEK_BACKWARD: