mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 17:43:49 -07:00
Default category is now empty for nzbget
This commit is contained in:
parent
d5bad8c6ef
commit
9dcdd06b6c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue