Fix Plex Companion casting from iOS and Android
This commit is contained in:
parent
92a7fa7c7a
commit
bae923d34a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class PlexCompanion(backgroundthread.KillableThread):
|
||||||
repeat=query.get('repeat'),
|
repeat=query.get('repeat'),
|
||||||
offset=data.get('offset'),
|
offset=data.get('offset'),
|
||||||
transient_token=data.get('token'),
|
transient_token=data.get('token'),
|
||||||
key=key)
|
start_plex_id=key)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _process_streams(data):
|
def _process_streams(data):
|
||||||
|
|
Loading…
Reference in a new issue