Browse Source

Wrong merge

pull/4952/head
Ruud 10 years ago
parent
commit
fbbfb572d0
  1. 4
      couchpotato/core/downloaders/nzbget.py

4
couchpotato/core/downloaders/nzbget.py

@ -295,8 +295,8 @@ config = [{
'advanced': True, 'advanced': True,
'default': '0', 'default': '0',
'type': 'dropdown', 'type': 'dropdown',
+ 'values': [('Very Low', -100), ('Low', -50), ('Normal', 0), ('High', 50), ('Very High', 100),('Forced', 900)], 'values': [('Very Low', -100), ('Low', -50), ('Normal', 0), ('High', 50), ('Very High', 100), ('Forced', 900)],
+ 'description': 'Only change this if you are using NZBget 13.0 or higher', 'description': 'Only change this if you are using NZBget 13.0 or higher',
}, },
{ {
'name': 'manual', 'name': 'manual',

Loading…
Cancel
Save