Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnos3 committed Dec 8, 2020
1 parent 1883eb9 commit 2642716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast-to-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const getSpeechUrl = function (node, text, language, options, callback, msg) {
const url = googleTTS.getAudioUrl(text, {
lang: language,
slow: options.slow, // speed (number) is changed to slow (boolean)
host: options.ttsHost || 'https://translate.google.com', // allow to change the host
host: options.ttsHost || 'https://translate.google.com' // allow to change the host
});
node.debug('returned tts media url=\'' + url + '\'');
const media = {
Expand Down

0 comments on commit 2642716

Please sign in to comment.