mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
fix(radarr-4k): 🐛 Fixed an issue where the overrides wouldn't work for 4k Requests
This commit is contained in:
parent
938a0b74aa
commit
0fb29a0b16
4 changed files with 59 additions and 11 deletions
9
src/Ombi.Store/Entities/Requests/RequestCombination.cs
Normal file
9
src/Ombi.Store/Entities/Requests/RequestCombination.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ombi.Store.Entities.Requests
|
||||
{
|
||||
public enum RequestCombination
|
||||
{
|
||||
Normal,
|
||||
FourK,
|
||||
Both
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue