diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-11 23:24:08 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-11 23:24:51 -0400 |
commit | a6903d68a409544f0f26f4cefb2ad6c40f9994c9 (patch) | |
tree | fb536b323caf3a429499cbbd18c4a9a86fbb4c5d | |
parent | 70bceb5b567ade151d0299917187f4c075ea55ac (diff) |
Revert default audio source behaviour
This more closely matches the upgrade process
-rw-r--r-- | ext/bg/js/options.js | 2 |
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: '' |