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
|
# prepare JSON Object
|
||||||
payload = {
|
payload = {
|
||||||
'jsonrpc': '6.0',
|
'jsonrpc': '2.0',
|
||||||
'method': 'GUI.ShowNotification',
|
'method': 'GUI.ShowNotification',
|
||||||
'params': {
|
'params': {
|
||||||
'title': title,
|
'title': title,
|
||||||
|
|
Loading…
Reference in New Issue