mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Custom Script Download contains SourcePath and SourceFolder
Closes #793
This commit is contained in:
parent
81778cb0b0
commit
fa527d7820
4 changed files with 9 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue