Merge pull request #224 from bjeanes/force-priority-for-nzbget

Added Force priority for NZBGet
pull/6/head
Taloth 10 years ago
commit 8dccf2efe8

@ -6,6 +6,7 @@
Low = -50, Low = -50,
Normal = 0, Normal = 0,
High = 50, High = 50,
VeryHigh = 100 VeryHigh = 100,
Force = 900
} }
} }

Loading…
Cancel
Save