aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Blake <oak99sky@yahoo.co.uk>2018-12-30 08:17:34 +0000
committerGitHub <noreply@github.com>2018-12-30 08:17:34 +0000
commit3a0ee7c3774166b58fed981c73661ecd3ad13b67 (patch)
treea7a1cadc58cf94477e3fcf70208d55f4acd2f2e9
parent85486a286bf06b1b3c8bd64695a73935d359fc0c (diff)
parent473431e85d0e25c1ffa7bd5c5f48cb618f1f125c (diff)
Merge pull request #15156 from DaveTBlake/JSONBumpOnRefresh
[JSON]Add OnRefresh announcement to the schema
-rw-r--r--xbmc/interfaces/json-rpc/schema/notifications.json9
-rw-r--r--xbmc/interfaces/json-rpc/schema/version.txt2
2 files changed, 10 insertions, 1 deletions
diff --git a/xbmc/interfaces/json-rpc/schema/notifications.json b/xbmc/interfaces/json-rpc/schema/notifications.json
index 7b63f42aee..fa738cf61f 100644
--- a/xbmc/interfaces/json-rpc/schema/notifications.json
+++ b/xbmc/interfaces/json-rpc/schema/notifications.json
@@ -325,6 +325,15 @@
],
"returns": null
},
+ "VideoLibrary.OnRefresh": {
+ "type": "notification",
+ "description": "The video library has been refreshed and a home screen reload might be necessary.",
+ "params": [
+ { "name": "sender", "type": "string", "required": true },
+ { "name": "data", "type": "null", "required": true }
+ ],
+ "returns": null
+ },
"System.OnQuit": {
"type": "notification",
"description": "Kodi will be closed.",
diff --git a/xbmc/interfaces/json-rpc/schema/version.txt b/xbmc/interfaces/json-rpc/schema/version.txt
index d7bfa651e6..e479a93f04 100644
--- a/xbmc/interfaces/json-rpc/schema/version.txt
+++ b/xbmc/interfaces/json-rpc/schema/version.txt
@@ -1 +1 @@
-JSONRPC_VERSION 10.0.1
+JSONRPC_VERSION 10.1.0