mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added commands.
they can be triggered using the api api/command/
This commit is contained in:
@@ -83,7 +83,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
if (newDownload)
|
||||
{
|
||||
_messageAggregator.Publish(new EpisodeDownloadedEvent(parsedEpisodeInfo, series));
|
||||
_messageAggregator.PublishEvent(new EpisodeDownloadedEvent(parsedEpisodeInfo, series));
|
||||
}
|
||||
|
||||
return episodeFile;
|
||||
|
Reference in New Issue
Block a user