mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -04:00
Default category is now empty for nzbget
This commit is contained in:
@@ -210,7 +210,7 @@ namespace NzbDrone.Core.Configuration
|
||||
|
||||
public String NzbgetTvCategory
|
||||
{
|
||||
get { return GetValue("NzbgetTvCategory", "nzbget"); }
|
||||
get { return GetValue("NzbgetTvCategory", ""); }
|
||||
|
||||
set { SetValue("NzbgetTvCategory", value); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user