From 67e176e350a33aeb5b451d8a22c0bba66c6d8841 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sat, 6 Dec 2025 22:36:25 +0000 Subject: [PATCH] Update franime/franime.js --- franime/franime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/franime/franime.js b/franime/franime.js index 51ab97c..388ffe1 100644 --- a/franime/franime.js +++ b/franime/franime.js @@ -119,8 +119,8 @@ async function extractStreamUrl(id) { const streams = []; - if (vo) streams.push("VF", vf); - if (vf) streams.push("VOSTFR", vo); + if (vf) streams.push("VF", vf); + if (vo) streams.push("VOSTFR", vo); const final = { streams,