Skip to content

Commit

Permalink
Merge pull request #331 from TaYaKi71751/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in url
  • Loading branch information
violet-dev authored Jan 13, 2024
2 parents f4020e0 + 3ac8d7e commit 6bd33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/component/hentai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class HentaiManager {
pagesUrl: List<String>.generate(
(article.length / 40).ceil(),
(index) =>
'https://exhentai.org/g/${qr.id()}/$ehash()/?p=$index'),
'https://exhentai.org/g/${qr.id()}/$ehash/?p=$index'),
isEHentai: false,
);
}
Expand Down

0 comments on commit 6bd33b4

Please sign in to comment.