[NHentai] fix group info (#4567)

* fix group name.

* update extVersionCode
This commit is contained in:
子斗子 2024-08-12 10:18:58 +08:00 committed by Draff
parent ac55757327
commit d2ad77c0a3
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'NHentai'
extClass = '.NHFactory'
extVersionCode = 40
extVersionCode = 41
isNsfw = true
}

View File

@ -220,7 +220,7 @@ open class NHentai(
thumbnail_url = document.select("#cover > a > img").attr("data-src")
status = SManga.COMPLETED
artist = getArtists(document)
author = artist
author = getGroups(document)
// Some people want these additional details in description
description = "Full English and Japanese titles:\n"
.plus("$fullTitle\n")