aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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