Change already downloaded message

This commit is contained in:
Th0masL
2022-06-13 02:15:23 +03:00
parent 5f41d87a8b
commit ec5e4445cc
+1 -1
View File
@@ -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
}