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