1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01: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
commit 8dccf2efe8

View File

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