fix(radarr-4k): 🐛 Fixed an issue where the overrides wouldn't work for 4k Requests

This commit is contained in:
TidusJar 2024-09-07 21:04:24 +01:00
parent 938a0b74aa
commit 0fb29a0b16
4 changed files with 59 additions and 11 deletions

View file

@ -0,0 +1,9 @@
namespace Ombi.Store.Entities.Requests
{
public enum RequestCombination
{
Normal,
FourK,
Both
}
}