Skip to content

Commit

Permalink
chore(build): bump version 1.5.2 -> 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru committed Oct 23, 2023
1 parent 807de89 commit f89bc92
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
14 changes: 7 additions & 7 deletions dist/models/types.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/types.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/providers/meta/anilist.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions src/providers/meta/mal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ class Myanimelist extends AnimeParser {
) {
try {
animeInfo.episodes = (
await new Anify().fetchAnimeInfo(
animeId,
this.provider.name.toLowerCase() as 'gogoanime' | 'zoro'
)
await new Anify(
this.proxyConfig,
this.adapter,
this.provider.name.toLowerCase() as 'gogoanime' | 'zoro' | '9anime' | 'animepahe'
).fetchAnimeInfo(animeId)
).episodes?.map((item: any) => ({
id: item.slug,
title: item.title,
Expand Down

0 comments on commit f89bc92

Please sign in to comment.