Skip to content

Commit

Permalink
Fix https://kakuyomu.jp/ site change
Browse files Browse the repository at this point in the history
See: #1131
  • Loading branch information
dteviot committed Dec 26, 2023
1 parent 2d95fe9 commit 12c6d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/KakuyomuParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class KakuyomuParser extends Parser{

buildSubToc(chapters, tocc, json, baseURI) {
let arcStartIndex = chapters.length;
for(let episoderef of tocc.episodes) {
for(let episoderef of tocc.episodeUnions) {
let episode = this.buildEpisode(json[episoderef.__ref], baseURI);
chapters.push(episode);
}
Expand Down

0 comments on commit 12c6d2d

Please sign in to comment.