Fix typo
This commit is contained in:
parent
2f90674f51
commit
bfefef548e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class PlexCompanion(Thread):
|
||||||
playqueue_id=container_key,
|
playqueue_id=container_key,
|
||||||
repeat=query.get('repeat'),
|
repeat=query.get('repeat'),
|
||||||
offset=data.get('offset'),
|
offset=data.get('offset'),
|
||||||
transient_token=data.get('key'))
|
transient_token=data.get('token'))
|
||||||
|
|
||||||
@LOCKER.lockthis
|
@LOCKER.lockthis
|
||||||
def _process_streams(self, data):
|
def _process_streams(self, data):
|
||||||
|
|
Loading…
Reference in a new issue