diff --git a/js/chapter_list.js b/js/chapter_list.js index ba89338..e3cc920 100644 --- a/js/chapter_list.js +++ b/js/chapter_list.js @@ -80,7 +80,7 @@ function load_chapters(remote, id) { //group row.appendChild(Object.assign( document.createElement("td"), - {textContent: chapter["group_id"]} + {textContent: chapter["scanlator"]["name"]} )); //page count