Update mapper.js

This commit is contained in:
shafat-96
2025-02-24 23:36:29 +06:00
committed by GitHub
parent 9b4ddaed03
commit 272c45b389

View File

@@ -307,7 +307,7 @@ async function mapAniListToAnicrush(anilistId) {
name: ep.name, name: ep.name,
name_english: ep.name_english, name_english: ep.name_english,
is_filler: ep.is_filler, is_filler: ep.is_filler,
id: `${bestMatch.id}&episode=${ep.number}` id: `${bestMatch.id}?episode=${ep.number}`
})); }));
return { return {
@@ -342,4 +342,4 @@ async function mapAniListToAnicrush(anilistId) {
module.exports = { module.exports = {
mapAniListToAnicrush, mapAniListToAnicrush,
getCommonHeaders getCommonHeaders
}; };