mirror of
https://github.com/caronc/apprise.git
synced 2025-02-16 18:21:01 +01:00
fixed KODI notification bug
This commit is contained in:
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
Block a user