Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Nov 19, 2020
1 parent 0fd8ef6 commit 516f0dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/plex_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 516f0dc

Please sign in to comment.