mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-12 12:16:12 +02:00
parent
67035b9266
commit
3f598ffa6f
@ -58,7 +58,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||
if (lastImported.DownloadId == downloadClientItem.DownloadId)
|
||||
{
|
||||
_logger.Debug("Episode file previously imported at {0}", lastImported.Date);
|
||||
return Decision.Reject("Episode file already imported at {0}", lastImported.Date);
|
||||
return Decision.Reject("Episode file already imported at {0}", lastImported.Date.ToLocalTime());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user