Fix updater

This commit is contained in:
Maksym Pavlenko
2020-02-08 14:35:37 -08:00
committed by Maksym Pavlenko
parent ce02bb1f88
commit 163976a570
+1 -1
View File
@@ -153,7 +153,7 @@ func (u *Updater) downloadEpisodes(ctx context.Context, feedConfig *config.Feed,
return err
}
return nil
continue
} else if os.IsNotExist(err) {
// Will download, do nothing here
} else {