diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-26 20:38:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 20:38:15 -0400 |
commit | 0232325f960b1fbe41e03f74a46fb18a7abf33f7 (patch) | |
tree | 4b9552f3b0db91daab394c4047add01d32e17d44 /test/test-options-util.js | |
parent | 900bceda47e4c736e70a66e66cfce719b4c6d203 (diff) |
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
Diffstat (limited to 'test/test-options-util.js')
-rw-r--r-- | test/test-options-util.js | 1 |
1 files changed, 0 insertions, 1 deletions
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: { |