diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-11 22:20:07 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-14 19:42:59 -0400 |
commit | da1b764272854086e3952d8b6fbc4c68cb5bbd77 (patch) | |
tree | c51fe055b12e89437df2531ffd79e38d1a0d843e | |
parent | 5395f2f629f6410e42cc2f74b0e165141b911121 (diff) |
Add a default audio option (#913)
-rw-r--r-- | ext/bg/data/options-schema.json | 5 |
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", |