diff --git a/src/NzbDrone.Core/Configuration/ConfigService.cs b/src/NzbDrone.Core/Configuration/ConfigService.cs index 373385aa2..4a4bda1f3 100644 --- a/src/NzbDrone.Core/Configuration/ConfigService.cs +++ b/src/NzbDrone.Core/Configuration/ConfigService.cs @@ -210,7 +210,7 @@ namespace NzbDrone.Core.Configuration public String NzbgetTvCategory { - get { return GetValue("NzbgetTvCategory", "nzbget"); } + get { return GetValue("NzbgetTvCategory", ""); } set { SetValue("NzbgetTvCategory", value); } }