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
|
||||
}
|
||||
|
||||
err = json.Unmarshal(body, &serie)
|
||||
err = json.Unmarshal(body, &serie.Info)
|
||||
if err != nil {
|
||||
jncApi._series[i] = serie
|
||||
return err
|
||||
}
|
||||
jncApi._series[i] = serie
|
||||
|
||||
progress++
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue