mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 11:15:03 -04:00
Merge pull request #224 from bjeanes/force-priority-for-nzbget
Added Force priority for NZBGet
This commit is contained in:
commit
8dccf2efe8
1 file changed
+3
-2
@@ -6,6 +6,7 @@ public enum NzbgetPriority
|
||||
Low = -50,
|
||||
Normal = 0,
|
||||
High = 50,
|
||||
VeryHigh = 100
|
||||
VeryHigh = 100,
|
||||
Force = 900
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user