Skip to content

Commit

Permalink
ComicBoost: fix getting pages
Browse files Browse the repository at this point in the history
thanks god a tiny fix.

Closes #7654
  • Loading branch information
MikeZeDev authored Jan 7, 2025
1 parent 4d82ab9 commit 3f4797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ComicBoost.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class ComicBoost extends Connector {
if (fileinfos.BlockHeight) //if we have a block size for the page, its a puzzle !
{
mode = 'puzzle';
blocks = window.NFBR.a6G.a5x.prototype.g8w(fPage, fPage.width, fPage.height)
blocks = window.NFBR.a6G.a5x.prototype.C5X(fPage, fPage.width, fPage.height)
}
return {
Expand Down

0 comments on commit 3f4797c

Please sign in to comment.