1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Importing completed downloads from NZBGet with post processing script failing

Fixes #2919
This commit is contained in:
Mark McDowall
2019-02-06 19:26:27 -08:00
committed by ta264
parent 1dfe6eb6ed
commit a9ee3d5bc5
2 changed files with 16 additions and 1 deletions
@@ -180,7 +180,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport
{
var path = localMovie.Path;
if (downloadClientItem != null)
if (downloadClientItem != null && !downloadClientItem.OutputPath.IsEmpty)
{
var outputDirectory = downloadClientItem.OutputPath.Directory.ToString();