Complete reject reason for multi-part

pull/6715/head
Roxedus 3 years ago committed by Robin Dadswell
parent 9c86c20c00
commit 025634cd19

@ -42,7 +42,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport.Specifications
{
_logger.Debug("Rejected Multi-Part File: {0}", localMovie.Path);
return Decision.Reject("File is suspected multi-part file, Radarr doesn't support");
return Decision.Reject("File is suspected multi-part file, Radarr doesn't support this");
}
}
}

Loading…
Cancel
Save