Added Growl Settings to GUI.

This commit is contained in:
Mark McDowall 2011-11-02 00:09:52 -07:00
commit be64822f08
6 changed files with 78 additions and 2 deletions

View file

@ -354,7 +354,7 @@ namespace NzbDrone.Core.Providers.Core
public virtual string GrowlHost
{
get { return GetValue("GrowlHost", String.Empty); }
get { return GetValue("GrowlHost", "localhost:23053"); }
set { SetValue("GrowlHost", value); }
}