Fix Plex Companion casting from iOS and Android

This commit is contained in:
croneter 2019-08-02 10:46:04 +02:00
parent 92a7fa7c7a
commit bae923d34a

View file

@ -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):