Fix Tags not being saved
This commit is contained in:
parent
09866ca4dd
commit
9b87dd3215
1 changed files with 2 additions and 1 deletions
|
@ -381,8 +381,9 @@ func (jncApi *Api) FetchLibrarySeries() error {
|
||||||
|
|
||||||
err = json.Unmarshal(body, &serie)
|
err = json.Unmarshal(body, &serie)
|
||||||
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