Skip to content

Commit

Permalink
This got unfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
milesoc committed Jun 18, 2024
1 parent 21937e1 commit 50a0797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MangaDex/MangaDex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ export class MangaDex implements ChapterProviding, SearchResultsProviding, HomeP
throw new Error('Failed to parse json results for getViewMoreItems')
}

results = await this.appendCoverArt(parseChapterListToManga(json.data, collectedIds, this), getHomepageThumbnail)
results = await this.appendCoverArt(parseChapterListToManga(json.data, this), getHomepageThumbnail)
} else {
const json: MangaDexSearchResponse = (typeof response.data === 'string') ? JSON.parse(response.data) : response.data

Expand Down

0 comments on commit 50a0797

Please sign in to comment.