diff --git a/couchpotato/core/downloaders/nzbget.py b/couchpotato/core/downloaders/nzbget.py index d390534..04527c4 100644 --- a/couchpotato/core/downloaders/nzbget.py +++ b/couchpotato/core/downloaders/nzbget.py @@ -295,8 +295,8 @@ config = [{ 'advanced': True, 'default': '0', 'type': 'dropdown', -+ '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', + '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', }, { 'name': 'manual',