summaryrefslogtreecommitdiff
path: root/ext/bg/data/options-schema.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-11 22:20:07 -0400
committerGitHub <noreply@github.com>2020-10-11 22:20:07 -0400
commit3e9db711209e01d381c58c818f71ce2b7b80d970 (patch)
treec5e25442c3bf58e74769c9b7b55da798c869475a /ext/bg/data/options-schema.json
parent5b5b45b88efdd625e5d117c8317bee5bf047b4ff (diff)
Add a default audio option (#913)
Diffstat (limited to 'ext/bg/data/options-schema.json')
-rw-r--r--ext/bg/data/options-schema.json5
1 files changed, 4 insertions, 1 deletions
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",