Merge pull request #45 from aruppi/develop

🦾 Error with index in episodesList
pull/49/head
Guillermo Rivas 4 years ago committed by GitHub
commit c1c33cb4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -680,7 +680,7 @@ export const tioanimeInfo = async (id: string | undefined, mal_id: number) => {
for (const episode of anime_eps) {
episodesList.push({
episode: episode[0],
episode: episode,
id: `ver/${id}-${episode}`,
});
}

Loading…
Cancel
Save