Fix some tuples

This commit is contained in:
Claus Vium 2019-02-02 18:28:50 +01:00
parent 233192863a
commit fd9cde6008
3 changed files with 3 additions and 3 deletions

View file

@ -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)