mirror of
https://github.com/shafat-96/anicrush-api.git
synced 2026-04-17 15:51:44 +00:00
Update mapper.js
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user