Skip to content

Commit

Permalink
Merge pull request #1602 from ImLJS/dev
Browse files Browse the repository at this point in the history
Update mvlempyr
  • Loading branch information
ImLJS authored Dec 16, 2024
2 parents cadde68 + bcbda49 commit ac46514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/MvlempyrParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MvlempyrParser extends Parser {
let link = `https://www.mvlempyr.com/chapter/${slug}-${i}`;
chapterList.push({
sourceUrl: link,
title: `Chapter ${i}`
title: "[placeholder]",
});
}
return chapterList;
Expand Down

0 comments on commit ac46514

Please sign in to comment.