Browse Source

NZBGet missing in wizard. fix #2262

pull/2271/merge
Ruud 12 years ago
parent
commit
cc4350b0f9
  1. 1
      couchpotato/core/downloaders/nzbget/__init__.py

1
couchpotato/core/downloaders/nzbget/__init__.py

@ -12,6 +12,7 @@ config = [{
'name': 'nzbget',
'label': 'NZBGet',
'description': 'Use <a href="http://nzbget.sourceforge.net/Main_Page" target="_blank">NZBGet</a> to download NZBs.',
'wizard': True,
'options': [
{
'name': 'enabled',

Loading…
Cancel
Save