From cc1d634dcd13fb95d2cffc65536805dc084a9d8e Mon Sep 17 00:00:00 2001 From: tomcrane Date: Sat, 12 Oct 2024 18:49:49 +0100 Subject: [PATCH] language should be an array --- recipe/0219-using-caption-file/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/0219-using-caption-file/manifest.json b/recipe/0219-using-caption-file/manifest.json index 548a05c41..ec304c28f 100644 --- a/recipe/0219-using-caption-file/manifest.json +++ b/recipe/0219-using-caption-file/manifest.json @@ -54,7 +54,7 @@ "Captions in WebVTT format" ] }, - "language": "en" + "language": ["en"] }, "target": "{{ id.path }}/canvas" }