From 58f4901c0aa6b8e2edd4af9f799ef3c8229d54f1 Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Mon, 25 Aug 2025 16:09:59 +0200 Subject: [PATCH] Add missing wantedRemux opt --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b5c8ec2..6040aa9 100644 --- a/index.js +++ b/index.js @@ -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;