Correct Publisher Field

This commit is contained in:
Neshura 2025-02-18 23:28:31 +01:00
parent 82ea2beb9e
commit d828532239
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -594,9 +594,7 @@ func GenerateChapterMetadata(volume jnc.VolumeAugmented, serie jnc.SerieAugmente
comicInfo.Editor = vInfo.Creators.Get("EDITOR").Name
}
if vInfo.Creators.Contains("PUBLISHER") {
comicInfo.Publisher = vInfo.Creators.Get("PUBLISHER").Name
}
comicInfo.Publisher = "J-Novel Club"
comicInfo.Tags = strings.Join(sInfo.Tags, ",")
comicInfo.PageCount = pageCount