mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
started on the episode panel !wip
This commit is contained in:
parent
6ace4d844e
commit
bbf4d72de1
11 changed files with 215 additions and 5 deletions
|
@ -16,6 +16,7 @@ namespace Ombi.Store.Repository.Requests
|
|||
public int ChildRequestId { get; set; }
|
||||
[ForeignKey(nameof(ChildRequestId))]
|
||||
public ChildRequests ChildRequest { get; set; }
|
||||
[NotMapped] public bool SeasonAvailable { get; set; }
|
||||
}
|
||||
|
||||
public class EpisodeRequests : Entity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue