Browse Source

Update nzbget.py

Add forced priority support for NZBGET - present since Version 13 of nzbget
pull/4942/head
thermodyn 10 years ago
parent
commit
e3100c0c45
  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)], + 'values': [('Very Low', -100), ('Low', -50), ('Normal', 0), ('High', 50), ('Very High', 100),('Forced', 900)],
'description': 'Only change this if you are using NZBget 9.0 or higher', + 'description': 'Only change this if you are using NZBget 13.0 or higher',
}, },
{ {
'name': 'manual', 'name': 'manual',

Loading…
Cancel
Save