From 2e0beba738835bdffdaf6b64ee0ba98d0a6d0be6 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Fri, 22 Sep 2017 10:40:31 +0100 Subject: [PATCH] !cosmetic fixed warnings --- src/Ombi/Controllers/External/TesterController.cs | 8 +++++++- src/Ombi/Controllers/SettingsController.cs | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Ombi/Controllers/External/TesterController.cs b/src/Ombi/Controllers/External/TesterController.cs index ac0df1914..f52bf405d 100644 --- a/src/Ombi/Controllers/External/TesterController.cs +++ b/src/Ombi/Controllers/External/TesterController.cs @@ -22,7 +22,6 @@ namespace Ombi.Controllers.External /// /// The Tester Controller /// - /// [Admin] [ApiV1] [Produces("application/json")] @@ -36,6 +35,13 @@ namespace Ombi.Controllers.External /// The notification. /// The pushbullet. /// The slack. + /// The plex. + /// The emby. + /// The radarr. + /// The sonarr. + /// The pushover. + /// The mattermost. + /// The logger. public TesterController(INotificationService service, IDiscordNotification notification, IEmailNotification emailN, IPushbulletNotification pushbullet, ISlackNotification slack, IPushoverNotification po, IMattermostNotification mm, IPlexApi plex, IEmbyApi emby, IRadarrApi radarr, ISonarrApi sonarr, ILogger log) diff --git a/src/Ombi/Controllers/SettingsController.cs b/src/Ombi/Controllers/SettingsController.cs index 9caa3b719..35d620f01 100644 --- a/src/Ombi/Controllers/SettingsController.cs +++ b/src/Ombi/Controllers/SettingsController.cs @@ -27,7 +27,6 @@ namespace Ombi.Controllers /// /// The Settings Controller /// - /// [Admin] [ApiV1] [Produces("application/json")] @@ -39,6 +38,10 @@ namespace Ombi.Controllers /// The resolver. /// The mapper. /// The templateRepo. + /// The embyApi. + /// The cacher. + /// The embyCacher. + /// The radarrCacher. public SettingsController(ISettingsResolver resolver, IMapper mapper, INotificationTemplatesRepository templateRepo,