|
|
|
|
@ -88,7 +88,7 @@ const details = () => ({
|
|
|
|
|
// we never found an audio track in lang, just break
|
|
|
|
|
response.infoLog += `☒No audio stream in preferred lang was found \n`
|
|
|
|
|
break;
|
|
|
|
|
} else if (firstAudioInLangIdx === i && defaults[i]) {
|
|
|
|
|
} else if (firstAudioInLangIdx === i && !defaults[i]) {
|
|
|
|
|
convert = true;
|
|
|
|
|
ffmpegCommandInsert += `-disposition:a:${i} default `;
|
|
|
|
|
response.infoLog += `☒Audio stream 0:a:${i} is the first track in preferred language and not currently default; setting as default. \n`;
|
|
|
|
|
|