New: Custom Script Download contains SourcePath and SourceFolder

Closes #793
This commit is contained in:
Mark McDowall 2015-09-10 21:12:48 -07:00
parent 81778cb0b0
commit fa527d7820
4 changed files with 9 additions and 6 deletions

View file

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
public override void OnDownload(DownloadMessage message)
{
_customScriptService.OnDownload(message.Series, message.EpisodeFile, Settings);
_customScriptService.OnDownload(message.Series, message.EpisodeFile, message.SourcePath, Settings);
}
public override void OnRename(Series series)