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