diff options
-rw-r--r-- | xbmc/interfaces/json-rpc/ServiceDescription.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/json-rpc/ServiceDescription.h b/xbmc/interfaces/json-rpc/ServiceDescription.h index 5347bd1308..241ad4a9a1 100644 --- a/xbmc/interfaces/json-rpc/ServiceDescription.h +++ b/xbmc/interfaces/json-rpc/ServiceDescription.h @@ -1383,7 +1383,7 @@ namespace JSONRPC "\"transport\": \"Response\"," "\"permission\": \"ControlPlayback\"," "\"params\": [" - "{ \"name\": \"playerid\", \"$ref\": \"Player.Id\", \"required\": true }" + "{ \"name\": \"playerid\", \"$ref\": \"Player.Id\", \"required\": true }," "{ \"name\": \"value\", \"type\": \"string\", \"enum\": [ \"clockwise\", \"counterclockwise\" ], \"default\": \"clockwise\" }" "]," "\"returns\": \"string\"" |