Correct Publisher Field
This commit is contained in:
parent
82ea2beb9e
commit
d828532239
1 changed files with 1 additions and 3 deletions
4
main.go
4
main.go
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue