fixed a bug in simkl where nothing loads if it does not have an anilist id
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
const completedAtDate = convertAniListDateToString(currentAniListAnime.data.MediaList.completedAt)
|
||||
|
||||
if (isAniListLoggedIn) AddAnimeServiceToTable({
|
||||
id: currentAniListAnime.data.MediaList.id,
|
||||
id: currentAniListAnime.data.MediaList.mediaId,
|
||||
title,
|
||||
service: "AniList",
|
||||
progress: currentAniListAnime.data.MediaList.progress,
|
||||
@ -168,7 +168,7 @@
|
||||
return newValue
|
||||
})
|
||||
AddAnimeServiceToTable({
|
||||
id: currentAniListAnime.data.MediaList.id,
|
||||
id: currentAniListAnime.data.MediaList.mediaId,
|
||||
title,
|
||||
service: "AniList",
|
||||
progress: currentAniListAnime.data.MediaList.progress,
|
||||
|
Reference in New Issue
Block a user