Merge pull request #954 from croneter/fix-companion
Fix Plex Companion casting from iOS and Android
This commit is contained in:
commit
d2b5bc8d23
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue