started on the episode panel !wip

This commit is contained in:
TidusJar 2019-02-25 16:32:28 +00:00
commit bbf4d72de1
11 changed files with 215 additions and 5 deletions

View file

@ -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