From b462a0640cc987ef50f4caac1bf037e47b14bd0b Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 3 Apr 2026 09:57:26 +0200 Subject: [PATCH] really? --- server/stream/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/stream/index.js b/server/stream/index.js index 18780b9..a606920 100644 --- a/server/stream/index.js +++ b/server/stream/index.js @@ -137,4 +137,6 @@ checkFFmpeg().then((ffmpegPath) => { }).catch((err) => { logError(`${consoleLogTitle} Error: ${err.message}`); -}); \ No newline at end of file +}); + +module.exports = audio_pipe; \ No newline at end of file