Skip to content

Commit

Permalink
Update ManhwaClub.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Mar 9, 2024
1 parent b58cd02 commit 1532b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ManhwaClub.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class ManhwaClub extends WordPressMadara {
const links = [...dom.querySelectorAll('li a')];
return links.map(chapter => {
return {
id: `${manga.id}${chapter.getAttribute('href')}/`,
id: `${mangaid.slug}${chapter.pathname.split('/').pop()}`,
title: chapter.querySelector('p.truncate').textContent.trim()
};
});
Expand Down

0 comments on commit 1532b69

Please sign in to comment.