From 3e9db711209e01d381c58c818f71ce2b7b80d970 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 11 Oct 2020 22:20:07 -0400 Subject: [PATCH] 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",