Add missing wantedRemux opt
All checks were successful
ci / Image build (push) Successful in 2m27s
ci / Deployment (push) Successful in 24s

This commit is contained in:
Joris Bertomeu
2025-08-25 16:09:59 +02:00
parent b008ff411d
commit 58f4901c0a

View File

@@ -518,8 +518,8 @@ const remuxToMKV = async (options) => {
console.log(`✅ MKV remux completed: ${mkvFilePath}`);
fs.unlinkSync(mp4FilePath);
srtFiles.forEach(srt => fs.unlinkSync(`${outputPath}/${srt}`));
//fs.unlinkSync(mp4FilePath);
//srtFiles.forEach(srt => fs.unlinkSync(`${outputPath}/${srt}`));
return mkvFilePath;