mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Moar !wip
This commit is contained in:
parent
9f696bfc7d
commit
1f188b3618
6 changed files with 151 additions and 39 deletions
|
@ -12,5 +12,7 @@ namespace Ombi.Core.Models.UI
|
|||
public int Downvotes { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool AlreadyVoted { get; set; }
|
||||
public VoteType MyVote { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue