mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
More work on #273
This commit is contained in:
parent
1d3520ce93
commit
ebeedb90af
5 changed files with 76 additions and 9 deletions
|
@ -32,8 +32,12 @@ namespace PlexRequests.Core.Models
|
|||
{
|
||||
public class IssuesModel : Entity
|
||||
{
|
||||
public IssuesModel()
|
||||
{
|
||||
Issues = new List<IssueModel>();
|
||||
}
|
||||
public string Title { get; set; }
|
||||
public string PosterUrl1 { get; set; }
|
||||
public string PosterUrl { get; set; }
|
||||
public int RequestId { get; set; }
|
||||
public List<IssueModel> Issues { get; set; }
|
||||
public bool Deleted { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue