mirror of https://github.com/caronc/apprise
fixed KODI notification bug
parent
bbf365d9ae
commit
cc6151909e
|
@ -80,7 +80,7 @@ class NotifyXBMC(NotifyBase):
|
|||
|
||||
# prepare JSON Object
|
||||
payload = {
|
||||
'jsonrpc': '6.0',
|
||||
'jsonrpc': '2.0',
|
||||
'method': 'GUI.ShowNotification',
|
||||
'params': {
|
||||
'title': title,
|
||||
|
|
Loading…
Reference in New Issue