diff options
| author | Factiven <[email protected]> | 2023-11-18 10:04:17 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-18 10:04:17 +0700 |
| commit | d8630f8011dab6c81aee0abbd74d88b2e0176d33 (patch) | |
| tree | b72a73ff1695df43464a02249b10f8fe7a443277 /lib/anify | |
| parent | Update [id].js (diff) | |
| download | moopa-pre-v4.3.0.tar.xz moopa-pre-v4.3.0.zip | |
Update pre-v4.3.0 - Merged Branch pre-push-prev4.3.0 to main (#98)pre-v4.3.0
* Update pre-v4.3.0
* Update aniAdvanceSearch.js
Diffstat (limited to 'lib/anify')
| -rw-r--r-- | lib/anify/getMangaId.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/anify/getMangaId.js b/lib/anify/getMangaId.js index e18da65..6b1445f 100644 --- a/lib/anify/getMangaId.js +++ b/lib/anify/getMangaId.js @@ -8,7 +8,7 @@ export async function fetchInfo(romaji, english, native) { }&type=manga` ); - const findManga = getManga.find( + const findManga = getManga?.results?.find( (manga) => manga.title.romaji === romaji || manga.title.english === english || |