diff --git a/constant/meta.go b/constant/meta.go index 27d8e468..550f9825 100644 --- a/constant/meta.go +++ b/constant/meta.go @@ -2,6 +2,6 @@ package constant const ( Mangal = "mangal" - Version = "4.0.1" + Version = "4.0.2" UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36" ) diff --git a/source/chapter.go b/source/chapter.go index b344f012..41390d0e 100644 --- a/source/chapter.go +++ b/source/chapter.go @@ -185,7 +185,7 @@ func (c *Chapter) ComicInfo() *ComicInfo { XmlnsXsd: "http://www.w3.org/2001/XMLSchema", XmlnsXsi: "http://www.w3.org/2001/XMLSchema-instance", - Title: c.Manga.Name, + Title: c.Name, Series: c.Manga.Name, Number: int(c.Index), Web: c.URL,