fixed KODI notification bug

pull/12/head
Chris Caron 2018-03-18 17:31:18 -04:00
parent bbf365d9ae
commit cc6151909e
1 changed files with 1 additions and 1 deletions

View File

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