fix: update anify url
This commit is contained in:
@@ -15,7 +15,7 @@ export async function getEpisodesFromAnify(
|
||||
const abortController = new AbortController();
|
||||
try {
|
||||
response = await promiseTimeout(
|
||||
fetch(`https://api.anify.tv/episodes/${aniListId}`, {
|
||||
fetch(`https://anify.eltik.cc/episodes/${aniListId}`, {
|
||||
signal: abortController.signal,
|
||||
}).then((res) => res.json<AnifyEpisodesResponse[]>()),
|
||||
30 * 1000,
|
||||
|
||||
Reference in New Issue
Block a user