adapter_kakuyomujp: site update

This commit is contained in:
praschke 2026-04-18 19:42:39 +01:00 committed by Jim Miller
parent 31dec5b62d
commit af5c2aa0bc

View file

@ -163,7 +163,7 @@ class KakuyomuJpAdapter(BaseSiteAdapter):
titles = []
nestingLevel = 0
newSection = False
for tocNodeRef in info[workKey]['tableOfContents']:
for tocNodeRef in info[workKey]['tableOfContentsV2']:
tocNode = info[tocNodeRef['__ref']]
if tocNode['chapter'] is not None: