mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Move to seperate component and display for both TV and movies
This commit is contained in:
parent
7ef2a1679d
commit
3959a79ea8
15 changed files with 198 additions and 26 deletions
|
@ -489,9 +489,10 @@ namespace Ombi.Core.Engine
|
|||
{
|
||||
return new RequestQuotaCountModel()
|
||||
{
|
||||
HasLimit = true,
|
||||
HasLimit = false,
|
||||
Limit = 5,
|
||||
Remaining = 4,
|
||||
NextRequest = DateTime.Parse("2018-08-27T00:00:00+01"),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue