mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Add dummy for request counter
This commit is contained in:
parent
1bfbfdbe00
commit
7ef2a1679d
7 changed files with 51 additions and 6 deletions
|
@ -489,7 +489,9 @@ namespace Ombi.Core.Engine
|
|||
{
|
||||
return new RequestQuotaCountModel()
|
||||
{
|
||||
HasLimit = false,
|
||||
HasLimit = true,
|
||||
Limit = 5,
|
||||
Remaining = 4,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue