diff options
Diffstat (limited to 'ext/js/background/backend.js')
| -rw-r--r-- | ext/js/background/backend.js | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index 2368b5d0..ba310d93 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.js @@ -1742,7 +1742,7 @@ class Backend {              return null;          } -        const {sources, preferredAudioIndex, customSourceUrl, customSourceType} = details; +        const {sources, preferredAudioIndex, customSourceUrl} = details;          let data;          let contentType;          try { @@ -1754,7 +1754,6 @@ class Backend {                  {                      textToSpeechVoice: null,                      customSourceUrl, -                    customSourceType,                      binary: true,                      disableCache: true                  }  |