From 516f0dc014a40affaf26d8a1eb5e8f4bc87e259c Mon Sep 17 00:00:00 2001 From: Ryan Meek <25127328+maykar@users.noreply.github.com> Date: Thu, 19 Nov 2020 11:53:29 -0500 Subject: [PATCH] Update __init__.py --- custom_components/plex_assistant/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom_components/plex_assistant/__init__.py b/custom_components/plex_assistant/__init__.py index 24fb61a..7f85010 100644 --- a/custom_components/plex_assistant/__init__.py +++ b/custom_components/plex_assistant/__init__.py @@ -166,7 +166,6 @@ def handle_input(call): if command["control"]: control = command["control"] if client: - cast.proxyThroughServer() plex_c = cast else: plex_c = PlexController() @@ -206,7 +205,6 @@ def handle_input(call): if client: _LOGGER.debug("Client: %s", cast) - cast.proxyThroughServer() plex_c = cast plex_c.playMedia(media) else: