Cleaned up Notifications a bit

This commit is contained in:
Mark McDowall 2013-05-19 19:43:22 -07:00
commit a153599d50
14 changed files with 23 additions and 62 deletions

View file

@ -5,7 +5,7 @@ using NzbDrone.Core.Tv;
namespace NzbDrone.Core.Notifications.Growl
{
public class Growl : NotificationWithSetting<GrowlSettings>
public class Growl : NotificationBase<GrowlSettings>
{
private readonly GrowlProvider _growlProvider;