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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user