Move to seperate component and display for both TV and movies

This commit is contained in:
Kenton Royal 2018-08-26 00:04:40 +01:00
parent 7ef2a1679d
commit 3959a79ea8
15 changed files with 198 additions and 26 deletions

View file

@ -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"),
};
}
}