Skip to content

Commit

Permalink
[JSONRPC] Add new hdrtype field for video streamdetails to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
the-black-eagle committed Jan 8, 2022
1 parent 0acf1df commit 246d5c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xbmc/interfaces/json-rpc/schema/types.json
Expand Up @@ -812,7 +812,8 @@
"aspect": { "type": "number" },
"width": { "type": "integer" },
"height": { "type": "integer" },
"duration": { "type": "integer" }
"duration": { "type": "integer" },
"hdrtype": { "type": "string"}
},
"additionalProperties": false
}
Expand Down

0 comments on commit 246d5c8

Please sign in to comment.