From ebfef0c74858607d050da2cdc9046a681b133b25 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 23 Jan 2021 22:46:00 -0500 Subject: Multiple custom audio sources (#1303) * Fix label * Fix icon size being flexible * Add schema * Add customSourceType option * Update settings * Pass customSourceType to the audio downloader * Implement custom audio JSON mode --- test/test-options-util.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 5597dbba..0ec40a9b 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -304,6 +304,7 @@ function createProfileOptionsUpdatedTestData1() { volume: 100, autoPlay: false, customSourceUrl: '', + customSourceType: 'audio', textToSpeechVoice: '' }, scanning: { -- cgit v1.2.3