1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

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

Added Force priority for NZBGet
This commit is contained in:
Taloth
2015-03-16 23:46:13 +01:00

View File

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