change: js-runtimes

This commit is contained in:
2026-06-28 14:51:13 +02:00
parent 6ed38b62f8
commit 248cc6ae39
+2 -1
View File
@@ -79,7 +79,8 @@ async function getStream(song, seekTime = 0) {
'--buffer-size', '16K',
'--no-check-certificate',
'--ignore-config',
'--ignore-errors'
'--ignore-errors',
'--js-runtimes', 'node',
];
// --- GESTION DU TIMECODE (SEEK) ---