Default category is now empty for nzbget
This commit is contained in:
parent
e6f32cfbdb
commit
c1212f6940
|
@ -210,7 +210,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public String NzbgetTvCategory
|
||||
{
|
||||
get { return GetValue("NzbgetTvCategory", "nzbget"); }
|
||||
get { return GetValue("NzbgetTvCategory", ""); }
|
||||
|
||||
set { SetValue("NzbgetTvCategory", value); }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue