aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-11 22:20:07 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-14 19:42:59 -0400
commitda1b764272854086e3952d8b6fbc4c68cb5bbd77 (patch)
treec51fe055b12e89437df2531ffd79e38d1a0d843e /ext
parent5395f2f629f6410e42cc2f74b0e165141b911121 (diff)
Add a default audio option (#913)
Diffstat (limited to 'ext')
-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",