mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 13:16:21 +01:00
Update franime/franime.js
This commit is contained in:
parent
1f4dcf0116
commit
67e176e350
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue