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,