mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Cleaned up Notifications a bit
This commit is contained in:
@@ -24,6 +24,8 @@ namespace NzbDrone.Api.Commands
|
||||
|
||||
private CommandResource RunCommand(CommandResource resource)
|
||||
{
|
||||
_messageAggregator.PublishEvent(new EpisodeGrabbedEvent(new RemoteEpisode()));
|
||||
|
||||
var commandType =
|
||||
_container.GetImplementations(typeof(ICommand))
|
||||
.Single(c => c.Name.Replace("Command", "")
|
||||
|
Reference in New Issue
Block a user