From 9cbd1fdb5cedb961fbaffc78b7144903abe53dd4 Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 20 Jul 2026 20:37:16 +0200 Subject: [PATCH] chore(498): regenerate OpenAPI + SPA types for QsvPreferNativeDecoder --- ErsatzTV/wwwroot/openapi/v1.json | 18 +++++++++++++++++- web/src/api/generated/v1.d.ts | 3 +++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ErsatzTV/wwwroot/openapi/v1.json b/ErsatzTV/wwwroot/openapi/v1.json index 646a9e169..2b5412065 100644 --- a/ErsatzTV/wwwroot/openapi/v1.json +++ b/ErsatzTV/wwwroot/openapi/v1.json @@ -25239,6 +25239,12 @@ }, "deinterlaceVideo": { "type": "boolean" + }, + "qsvPreferNativeDecoder": { + "type": [ + "null", + "boolean" + ] } } }, @@ -26237,7 +26243,8 @@ "audioSampleRate", "normalizeFramerate", "normalizeColors", - "deinterlaceVideo" + "deinterlaceVideo", + "qsvPreferNativeDecoder" ], "type": "object", "properties": { @@ -26353,6 +26360,9 @@ }, "deinterlaceVideo": { "type": "boolean" + }, + "qsvPreferNativeDecoder": { + "type": "boolean" } } }, @@ -31799,6 +31809,12 @@ }, "deinterlaceVideo": { "type": "boolean" + }, + "qsvPreferNativeDecoder": { + "type": [ + "null", + "boolean" + ] } } }, diff --git a/web/src/api/generated/v1.d.ts b/web/src/api/generated/v1.d.ts index 0aa891bf7..a5d37c8ed 100644 --- a/web/src/api/generated/v1.d.ts +++ b/web/src/api/generated/v1.d.ts @@ -480,6 +480,7 @@ export interface components { "normalizeFramerate": boolean; "normalizeColors": boolean; "deinterlaceVideo": boolean; + "qsvPreferNativeDecoder"?: null | boolean; }; "CreateFillerPresetRequest": { "name": string; @@ -698,6 +699,7 @@ export interface components { "normalizeFramerate": boolean; "normalizeColors": boolean; "deinterlaceVideo": boolean; + "qsvPreferNativeDecoder": boolean; }; "FFmpegProfileAudioFormat": "None" | "Aac" | "Ac3" | "AacLatm" | "Copy"; "FFmpegProfileBitDepth": "EightBit" | "TenBit"; @@ -1696,6 +1698,7 @@ export interface components { "normalizeFramerate": boolean; "normalizeColors": boolean; "deinterlaceVideo": boolean; + "qsvPreferNativeDecoder"?: null | boolean; }; "UpdateFFmpegSettingsRequest": { "fFmpegPath": null | string;