Fixed: Importing file from UNC shared folder without job folder
Closes #4943
This commit is contained in:
parent
d73ad3e27a
commit
9183c6b846
|
@ -129,7 +129,7 @@ namespace NzbDrone.Core.Download
|
||||||
|
|
||||||
var outputPath = trackedDownload.ImportItem.OutputPath.FullPath;
|
var outputPath = trackedDownload.ImportItem.OutputPath.FullPath;
|
||||||
var importResults = _downloadedEpisodesImportService.ProcessPath(outputPath, ImportMode.Auto,
|
var importResults = _downloadedEpisodesImportService.ProcessPath(outputPath, ImportMode.Auto,
|
||||||
trackedDownload.RemoteEpisode.Series, trackedDownload.DownloadItem);
|
trackedDownload.RemoteEpisode.Series, trackedDownload.ImportItem);
|
||||||
|
|
||||||
if (VerifyImport(trackedDownload, importResults))
|
if (VerifyImport(trackedDownload, importResults))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue