diff --git a/src/Radarr.Api.V3/openapi.json b/src/Radarr.Api.V3/openapi.json index d86994ee0..8cbd44b16 100644 --- a/src/Radarr.Api.V3/openapi.json +++ b/src/Radarr.Api.V3/openapi.json @@ -10720,14 +10720,18 @@ "type": "string", "nullable": true }, - "videoDynamicRangeType": { - "type": "string", - "nullable": true - }, "videoFps": { "type": "number", "format": "double" }, + "videoDynamicRange": { + "type": "string", + "nullable": true + }, + "videoDynamicRangeType": { + "type": "string", + "nullable": true + }, "resolution": { "type": "string", "nullable": true