Skip to content

Commit

Permalink
jsonrpc: make "season" parameter for VideoLibrary.GetEpisodes optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed May 14, 2011
1 parent 377382b commit d2456a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/interfaces/json-rpc/ServiceDescription.h
Expand Up @@ -1646,7 +1646,7 @@ namespace JSONRPC
"\"permission\": \"ReadData\","
"\"params\": ["
"{ \"name\": \"tvshowid\", \"$ref\": \"Library.Id\", \"required\": true },"
"{ \"name\": \"season\", \"type\": \"Integer\", \"required\": true, \"minimum\": 0 },"
"{ \"name\": \"season\", \"type\": \"integer\", \"minimum\": 0, \"default\": -1 },"
"{ \"name\": \"fields\", \"type\": \"array\", \"id\": \"Library.Fields.Episode\", \"uniqueItems\": true,"
"\"items\": { \"type\": \"string\","
"\"description\": \"Requesting the cast field will result in increased response times\","
Expand Down

0 comments on commit d2456a0

Please sign in to comment.