mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Merge pull request #224 from bjeanes/force-priority-for-nzbget
Added Force priority for NZBGet
This commit is contained in:
commit
8dccf2efe8
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
Low = -50,
|
Low = -50,
|
||||||
Normal = 0,
|
Normal = 0,
|
||||||
High = 50,
|
High = 50,
|
||||||
VeryHigh = 100
|
VeryHigh = 100,
|
||||||
|
Force = 900
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue