Skip to content

Commit

Permalink
Fix updater
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Jan 27, 2020
1 parent 3af255a commit e52dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podsync/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e52dea3

Please sign in to comment.