Fixed many bugs #865

This commit is contained in:
Jamie.Rees 2017-06-13 10:39:15 +01:00
commit eb433867af
18 changed files with 135 additions and 62 deletions

View file

@ -8,7 +8,7 @@ using Ombi.Notifications;
using Ombi.Notifications.Models;
using Ombi.Settings.Settings.Models.Notifications;
namespace Ombi.Notification.Discord
namespace Ombi.Notification.Agents
{
public class DiscordNotification : BaseNotification<DiscordNotificationSettings>
{