mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Cleaned up Notifications a bit
This commit is contained in:
parent
922d4becc5
commit
a153599d50
14 changed files with 23 additions and 62 deletions
|
@ -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", "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue