Fixed Formatting and .cbz creation

This commit is contained in:
Neshura 2025-02-18 23:04:33 +01:00
parent fd6ce2a51e
commit c263fd9ccd
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
2 changed files with 3 additions and 4 deletions

View file

@ -429,7 +429,7 @@ func (jncApi *Api) GetLibrarySeries() (seriesList []SerieAugmented, err error) {
}
func (jncApi *Api) Download(link string, targetDir string) (name string, err error) {
fmt.Printf("Downloading %s...", link)
fmt.Printf("Downloading %s...\n", link)
res, err := http.Get(link)
if err != nil {
return "", err