From 6e5b6d81cc3e0dbe428f43f8041cafc63d93d7f9 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Wed, 7 Mar 2018 10:09:35 -0500 Subject: [PATCH] w h i t e s p a c e --- homeassistant/components/media_player/channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: