Skip to content

Commit

Permalink
Revert limit
Browse files Browse the repository at this point in the history
  • Loading branch information
milesoc committed Jun 18, 2024
1 parent 5efb068 commit 6ef0902
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 @@ -538,7 +538,7 @@ export class MangaDex implements ChapterProviding, SearchResultsProviding, HomeP
case 'latest_updates': {
url = new URLBuilder(this.MANGADEX_API)
.addPathComponent('chapter')
.addQueryParameter('limit', 1)
.addQueryParameter('limit', 20)
.addQueryParameter('translatedLanguage', languages)
.addQueryParameter('order', { readableAt: 'desc' })
.addQueryParameter('contentRating', ratings)
Expand Down

0 comments on commit 6ef0902

Please sign in to comment.