diff --git a/src/index.js b/src/index.js index afcc9291..48322389 100644 --- a/src/index.js +++ b/src/index.js @@ -1652,8 +1652,10 @@ class VideoHandler { async translateExecutor(VIDEO_ID) { this.videoData = await this.getVideoData(); - debug.log("Run videoValidator"); - this.videoValidator(); + this.setSelectMenuValues( + this.videoData.detectedLanguage, + this.videoData.responseLanguage, + ); debug.log("Run translateFunc"); this.translateFunc( @@ -1677,6 +1679,7 @@ class VideoHandler { const videoURL = `${this.site.url}${VIDEO_ID}`; // fix enabling the old requested voiceover when changing the language to the native language (#) + debug.log("Run videoValidator"); this.videoValidator(); if (isStream) {