mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Change already downloaded message
This commit is contained in:
@@ -162,7 +162,7 @@ func (u *Manager) downloadEpisodes(ctx context.Context, feedConfig *feed.Config)
|
||||
)
|
||||
if episode.Status != model.EpisodeNew && episode.Status != model.EpisodeError {
|
||||
// File already downloaded
|
||||
logger.Infof("skipping due to file already on disk")
|
||||
logger.Infof("skipping due to already downloaded")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user