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 = {
|
||||
'mode': 'plex_node',
|
||||
'key': '{server}%s' % data.get('key'),
|
||||
'view_offset': data.get('offset'),
|
||||
'offset': data.get('offset'),
|
||||
'play_directly': 'true'
|
||||
}
|
||||
executebuiltin('RunPlugin(plugin://%s?%s)'
|
||||
|
|
Loading…
Reference in a new issue