mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-16 22:35:07 +00:00
Fix some tuples
This commit is contained in:
parent
233192863a
commit
fd9cde6008
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ class Monitor(xbmc.Monitor):
|
|||
elif sender.startswith('upnextprovider'):
|
||||
method = method.split('.')[1]
|
||||
|
||||
if method not in ('plugin.video.jellyfin_play_action'):
|
||||
if method not in ('plugin.video.jellyfin_play_action',):
|
||||
return
|
||||
|
||||
data = json.loads(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue