This commit is contained in:
2026-04-03 09:57:26 +02:00
parent af9428ccf9
commit b462a0640c
+3 -1
View File
@@ -137,4 +137,6 @@ checkFFmpeg().then((ffmpegPath) => {
}).catch((err) => {
logError(`${consoleLogTitle} Error: ${err.message}`);
});
});
module.exports = audio_pipe;