From 272c45b38988ab3bb085cc88b7bd3daa325a1cb2 Mon Sep 17 00:00:00 2001 From: shafat-96 Date: Mon, 24 Feb 2025 23:36:29 +0600 Subject: [PATCH] Update mapper.js --- mapper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mapper.js b/mapper.js index 9c08bc7..8201f38 100644 --- a/mapper.js +++ b/mapper.js @@ -307,7 +307,7 @@ async function mapAniListToAnicrush(anilistId) { name: ep.name, name_english: ep.name_english, is_filler: ep.is_filler, - id: `${bestMatch.id}&episode=${ep.number}` + id: `${bestMatch.id}?episode=${ep.number}` })); return { @@ -342,4 +342,4 @@ async function mapAniListToAnicrush(anilistId) { module.exports = { mapAniListToAnicrush, getCommonHeaders -}; \ No newline at end of file +};