mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 11:41:31 +02:00
fixed KODI notification bug
This commit is contained in:
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…
x
Reference in New Issue
Block a user