Fix KeyError
This commit is contained in:
parent
0b5cd46d6c
commit
66a24a39b6
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class PlexCompanion(Thread):
|
||||||
params = {
|
params = {
|
||||||
'mode': 'plex_node',
|
'mode': 'plex_node',
|
||||||
'key': '{server}%s' % data.get('key'),
|
'key': '{server}%s' % data.get('key'),
|
||||||
'view_offset': data.get('offset'),
|
'offset': data.get('offset'),
|
||||||
'play_directly': 'true'
|
'play_directly': 'true'
|
||||||
}
|
}
|
||||||
executebuiltin('RunPlugin(plugin://%s?%s)'
|
executebuiltin('RunPlugin(plugin://%s?%s)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue