Merge pull request #954 from croneter/fix-companion

Fix Plex Companion casting from iOS and Android
This commit is contained in:
croneter 2019-08-02 10:51:49 +02:00 committed by GitHub
commit d2b5bc8d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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