Fix Tags not being saved
This commit is contained in:
parent
09866ca4dd
commit
903f7142ce
1 changed files with 3 additions and 2 deletions
|
@ -379,10 +379,11 @@ func (jncApi *Api) FetchLibrarySeries() error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
err = json.Unmarshal(body, &serie)
|
err = json.Unmarshal(body, &serie.Info)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
jncApi._series[i] = serie
|
return err
|
||||||
}
|
}
|
||||||
|
jncApi._series[i] = serie
|
||||||
|
|
||||||
progress++
|
progress++
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue