mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
added error handling for missing group name
This commit is contained in:
@@ -146,7 +146,7 @@ class DefaultExtension extends MProvider {
|
||||
title = chapter.title;
|
||||
}
|
||||
|
||||
if (chapter.group_name !== "null") {
|
||||
if (chapter.group_name && chapter.group_name !== "null") {
|
||||
scanlator = chapter.group_name
|
||||
.toString()
|
||||
.replace(/]/g, "")
|
||||
|
||||
Reference in New Issue
Block a user