mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Damn son. So many changes... Fixed alot of stuff around tv episodes with the new DB model #865
This commit is contained in:
parent
1a7f81b16c
commit
0875b5f665
40 changed files with 340 additions and 874 deletions
|
@ -24,8 +24,10 @@ namespace Ombi.Store.Repository.Requests
|
|||
public DateTime AirDate { get; set; }
|
||||
public string Url { get; set; }
|
||||
public bool Available { get; set; }
|
||||
|
||||
|
||||
public bool Approved { get; set; }
|
||||
public bool Requested { get; set; }
|
||||
|
||||
|
||||
public int SeasonId { get; set; }
|
||||
[ForeignKey(nameof(SeasonId))]
|
||||
public SeasonRequests Season { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue