diff --git a/src/NzbDrone.Core/Download/CompletedDownloadService.cs b/src/NzbDrone.Core/Download/CompletedDownloadService.cs index e8db376b3..38a42ab19 100644 --- a/src/NzbDrone.Core/Download/CompletedDownloadService.cs +++ b/src/NzbDrone.Core/Download/CompletedDownloadService.cs @@ -129,7 +129,7 @@ namespace NzbDrone.Core.Download var outputPath = trackedDownload.ImportItem.OutputPath.FullPath; var importResults = _downloadedEpisodesImportService.ProcessPath(outputPath, ImportMode.Auto, - trackedDownload.RemoteEpisode.Series, trackedDownload.DownloadItem); + trackedDownload.RemoteEpisode.Series, trackedDownload.ImportItem); if (VerifyImport(trackedDownload, importResults)) {