From bae923d34a8f85fabac2a989c26190f5900c8aa1 Mon Sep 17 00:00:00 2001 From: croneter Date: Fri, 2 Aug 2019 10:46:04 +0200 Subject: [PATCH] Fix Plex Companion casting from iOS and Android --- resources/lib/plex_companion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/plex_companion.py b/resources/lib/plex_companion.py index 516c78e9..dbdea11e 100644 --- a/resources/lib/plex_companion.py +++ b/resources/lib/plex_companion.py @@ -167,7 +167,7 @@ class PlexCompanion(backgroundthread.KillableThread): repeat=query.get('repeat'), offset=data.get('offset'), transient_token=data.get('token'), - key=key) + start_plex_id=key) @staticmethod def _process_streams(data):