Skip to content

Commit

Permalink
rely on Egnine to push to download manager
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-reboul committed Sep 16, 2023
1 parent 22af333 commit 3d244ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/lib/hakuneko/frontend@classic-light/mangas.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
for (var index in manga.chapterCache) {
let chapter = manga.chapterCache[index]
if (chapter.status === "available") {
this._downloadManager.addDownload( chapter );
Engine._downloadManager.addDownload( chapter );
}
}
})
Expand Down

0 comments on commit 3d244ad

Please sign in to comment.