aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-11 23:24:08 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-11 23:24:51 -0400
commita6903d68a409544f0f26f4cefb2ad6c40f9994c9 (patch)
treefb536b323caf3a429499cbbd18c4a9a86fbb4c5d /ext
parent70bceb5b567ade151d0299917187f4c075ea55ac (diff)
Revert default audio source behaviour
This more closely matches the upgrade process
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/js/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index d0aa6fd3..1021e18d 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -281,7 +281,7 @@ function profileOptionsCreateDefaults() {
audio: {
enabled: true,
- sources: ['jpod101', 'jpod101-alternate', 'jisho', 'custom'],
+ sources: ['jpod101'],
volume: 100,
autoPlay: false,
customSourceUrl: ''