mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 05:01:13 -07:00
9 lines
137 B
C#
9 lines
137 B
C#
namespace Ombi.Store.Entities.Requests
|
|
{
|
|
public enum RequestCombination
|
|
{
|
|
Normal,
|
|
FourK,
|
|
Both
|
|
}
|
|
}
|