From a6903d68a409544f0f26f4cefb2ad6c40f9994c9 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 11 Oct 2019 23:24:08 -0400 Subject: [PATCH] Revert default audio source behaviour This more closely matches the upgrade process --- ext/bg/js/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ''