From da1b764272854086e3952d8b6fbc4c68cb5bbd77 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 11 Oct 2020 22:20:07 -0400 Subject: Add a default audio option (#913) --- ext/bg/data/options-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 0a384766..05883693 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -294,7 +294,10 @@ "custom" ], "default": "jpod101" - } + }, + "default": [ + "jpod101" + ] }, "volume": { "type": "number", -- cgit v1.2.3