mirror of https://github.com/Sonarr/Sonarr
parent
67035b9266
commit
3f598ffa6f
|
@ -58,7 +58,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||||
if (lastImported.DownloadId == downloadClientItem.DownloadId)
|
if (lastImported.DownloadId == downloadClientItem.DownloadId)
|
||||||
{
|
{
|
||||||
_logger.Debug("Episode file previously imported at {0}", lastImported.Date);
|
_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…
Reference in New Issue