From e965d3b709a702b73cab3c9820de1ec4854955d3 Mon Sep 17 00:00:00 2001 From: zhetic <> Date: Fri, 30 Apr 2021 01:56:44 +0300 Subject: [PATCH] handle scanlator name --- js/chapter_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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