Fix Plex Companion not able to switch streams
This commit is contained in:
parent
72b6a3fb7c
commit
e275d1bbe9
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ def process_command(cmd=None, path=None, params=None):
|
|||
elif path == '/player/navigation/back':
|
||||
js.input_back()
|
||||
elif path == '/player/playback/setStreams':
|
||||
process_streams(params.get('queryType'),
|
||||
process_streams(params.get('type'),
|
||||
cast(int, params.get('videoStreamID')),
|
||||
cast(int, params.get('audioStreamID')),
|
||||
cast(int, params.get('subtitleStreamID')))
|
||||
|
|
Loading…
Reference in a new issue