mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-11 02:16:53 +00:00
New: Custom Script Download contains SourcePath and SourceFolder
Closes #793
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user