From 1498ed649a928653f513e311a3e6756373288164 Mon Sep 17 00:00:00 2001 From: Konstantin Filosofov Date: Fri, 7 Aug 2026 18:06:09 +0300 Subject: [PATCH] fix: fix videoAlpha being in percentage in older files, so loosen validation --- lib/sb2_definitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sb2_definitions.json b/lib/sb2_definitions.json index ccee3c9d..83f2d093 100644 --- a/lib/sb2_definitions.json +++ b/lib/sb2_definitions.json @@ -174,7 +174,7 @@ "videoAlpha": { "type": "number", "minimum": 0, - "maximum": 1 + "maximum": 100 }, "children": { "type": "array",