mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
fix/player-parsers: https://github.com/Radiquum/AniX/pull/6#discussion_r2115719903
This commit is contained in:
parent
780c7b0f27
commit
e79d1e92b8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export async function getKodikURL(res, url: string) {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!pageRes.ok) {
|
if (!pageRes.ok) {
|
||||||
for (let i = 0; i < altDomains.length - 1; i++) {
|
for (let i = 0; i < altDomains.length; i++) {
|
||||||
if (url.includes(altDomains[i])) {
|
if (url.includes(altDomains[i])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue