mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Added Growl Settings to GUI.
This commit is contained in:
parent
ee90564519
commit
be64822f08
6 changed files with 78 additions and 2 deletions
|
@ -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); }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue