1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 23:42:33 +01:00

Default category is now empty for nzbget

This commit is contained in:
Mark McDowall 2013-12-08 22:23:47 -08:00
parent d5bad8c6ef
commit 9dcdd06b6c

View File

@ -210,7 +210,7 @@ namespace NzbDrone.Core.Configuration
public String NzbgetTvCategory public String NzbgetTvCategory
{ {
get { return GetValue("NzbgetTvCategory", "nzbget"); } get { return GetValue("NzbgetTvCategory", ""); }
set { SetValue("NzbgetTvCategory", value); } set { SetValue("NzbgetTvCategory", value); }
} }