diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-11 22:20:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 22:20:07 -0400 |
commit | 3e9db711209e01d381c58c818f71ce2b7b80d970 (patch) | |
tree | c5e25442c3bf58e74769c9b7b55da798c869475a | |
parent | 5b5b45b88efdd625e5d117c8317bee5bf047b4ff (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", |