Fix Tags not being saved

This commit is contained in:
Neshura 2025-02-18 23:18:03 +01:00
parent 09866ca4dd
commit 9b87dd3215
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -381,8 +381,9 @@ func (jncApi *Api) FetchLibrarySeries() error {
err = json.Unmarshal(body, &serie)
if err != nil {
jncApi._series[i] = serie
return err
}
jncApi._series[i] = serie
progress++
}