mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 14:07:20 -04:00
removed default for Sab
This commit is contained in:
parent
150b14aaeb
commit
9339b98d1e
1 changed files with 2 additions and 2 deletions
|
@ -74,14 +74,14 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public String SabHost
|
||||
{
|
||||
get { return GetValue("SabHost", "localhost"); }
|
||||
get { return GetValue("SabHost"); }
|
||||
|
||||
set { SetValue("SabHost", value); }
|
||||
}
|
||||
|
||||
public int SabPort
|
||||
{
|
||||
get { return GetValueInt("SabPort", 8080); }
|
||||
get { return GetValueInt("SabPort"); }
|
||||
|
||||
set { SetValue("SabPort", value); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue