mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
added commands.
they can be triggered using the api api/command/
This commit is contained in:
@@ -50,7 +50,7 @@ namespace NzbDrone.Core.Download
|
||||
if (success)
|
||||
{
|
||||
_logger.Info("Report sent to download client. {0}", downloadTitle);
|
||||
_messageAggregator.Publish(new EpisodeGrabbedEvent(episode));
|
||||
_messageAggregator.PublishEvent(new EpisodeGrabbedEvent(episode));
|
||||
}
|
||||
|
||||
return success;
|
||||
|
Reference in New Issue
Block a user