Skip to content

Commit

Permalink
jsonrpc: fix JSON schema of the return value of GUI.ShowNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Oct 20, 2012
1 parent 606c691 commit a6c2d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/interfaces/json-rpc/ServiceDescription.h
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@ namespace JSONRPC
"},"
"{ \"name\": \"displaytime\", \"type\": \"integer\", \"minimum\": 1500, \"default\": 5000, \"description\": \"The time in milliseconds the notification will be visible\" }"
"],"
"\"returns\": { \"$ref\": \"System.Property.Value\", \"required\": true }"
"\"returns\": \"string\""
"}",
"\"GUI.GetProperties\": {"
"\"type\": \"method\","
Expand Down
2 changes: 1 addition & 1 deletion xbmc/interfaces/json-rpc/methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
},
{ "name": "displaytime", "type": "integer", "minimum": 1500, "default": 5000, "description": "The time in milliseconds the notification will be visible" }
],
"returns": { "$ref": "System.Property.Value", "required": true }
"returns": "string"
},
"GUI.GetProperties": {
"type": "method",
Expand Down

0 comments on commit a6c2d72

Please sign in to comment.