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

@ -1,3 +1,5 @@
using System;
namespace Ombi.Core.Models
{
public class RequestQuotaCountModel
@ -7,5 +9,7 @@ namespace Ombi.Core.Models
public int Limit { get; set; }
public int Remaining { get; set; }
public DateTime NextRequest { get; set; }
}
}