cleaned up ffmpegextractor.js

This commit is contained in:
2025-11-24 12:07:54 +01:00
parent 868945fb92
commit bf7438b753
@@ -1,6 +1,3 @@
const EventEmitter = require('events');
const audioEvents = new EventEmitter();
// Ensure ffmpeg binary is available
if (!ffmpegPath) {
throw new Error('FFmpeg binary not found!');