From 0232325f960b1fbe41e03f74a46fb18a7abf33f7 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 26 May 2021 20:38:15 -0400 Subject: Refactor json audio source (#1711) * Move sources to the end of audio options object * Add custom-json audio source type * Add support for downloading custom-json * Remove customSourceType --- test/test-options-util.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 7e11aad1..80f935d1 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -310,7 +310,6 @@ function createProfileOptionsUpdatedTestData1() { volume: 100, autoPlay: false, customSourceUrl: 'http://localhost/audio.mp3?term={term}&reading={reading}', - customSourceType: 'audio', textToSpeechVoice: '' }, scanning: { -- cgit v1.2.3