feat: change aniwatch source to be the first source to check
This commit is contained in:
@@ -66,15 +66,15 @@ export function fetchEpisodes(
|
|||||||
shouldRetry: boolean = false,
|
shouldRetry: boolean = false,
|
||||||
) {
|
) {
|
||||||
return fetchFromMultipleSources([
|
return fetchFromMultipleSources([
|
||||||
|
() =>
|
||||||
|
import("./aniwatch").then(({ getEpisodesFromAniwatch }) =>
|
||||||
|
getEpisodesFromAniwatch(aniListId, shouldRetry),
|
||||||
|
),
|
||||||
() => getEpisodesFromAnify(env, aniListId),
|
() => getEpisodesFromAnify(env, aniListId),
|
||||||
// () =>
|
// () =>
|
||||||
// import("./consumet").then(({ getEpisodesFromConsumet }) =>
|
// import("./consumet").then(({ getEpisodesFromConsumet }) =>
|
||||||
// getEpisodesFromConsumet(aniListId),
|
// getEpisodesFromConsumet(aniListId),
|
||||||
// ),
|
// ),
|
||||||
() =>
|
|
||||||
import("./aniwatch").then(({ getEpisodesFromAniwatch }) =>
|
|
||||||
getEpisodesFromAniwatch(aniListId, shouldRetry),
|
|
||||||
),
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user