|
|
|
@ -61,6 +61,10 @@ public class SearchRepository : ISearchRepository |
|
|
|
.ThenInclude(s => s.Show) |
|
|
|
.ThenInclude(s => s.Show) |
|
|
|
.ThenInclude(s => s.ShowMetadata) |
|
|
|
.ThenInclude(s => s.ShowMetadata) |
|
|
|
.ThenInclude(s => s.Tags) |
|
|
|
.ThenInclude(s => s.Tags) |
|
|
|
|
|
|
|
.Include(mi => (mi as Episode).Season) |
|
|
|
|
|
|
|
.ThenInclude(s => s.Show) |
|
|
|
|
|
|
|
.ThenInclude(s => s.ShowMetadata) |
|
|
|
|
|
|
|
.ThenInclude(s => s.Studios) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
.ThenInclude(sm => sm.Genres) |
|
|
|
.ThenInclude(sm => sm.Genres) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
@ -77,6 +81,9 @@ public class SearchRepository : ISearchRepository |
|
|
|
.Include(mi => (mi as Season).Show) |
|
|
|
.Include(mi => (mi as Season).Show) |
|
|
|
.ThenInclude(sm => sm.ShowMetadata) |
|
|
|
.ThenInclude(sm => sm.ShowMetadata) |
|
|
|
.ThenInclude(sm => sm.Tags) |
|
|
|
.ThenInclude(sm => sm.Tags) |
|
|
|
|
|
|
|
.Include(mi => (mi as Season).Show) |
|
|
|
|
|
|
|
.ThenInclude(sm => sm.ShowMetadata) |
|
|
|
|
|
|
|
.ThenInclude(sm => sm.Studios) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
.ThenInclude(mm => mm.Genres) |
|
|
|
.ThenInclude(mm => mm.Genres) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
@ -231,6 +238,10 @@ public class SearchRepository : ISearchRepository |
|
|
|
.ThenInclude(s => s.Show) |
|
|
|
.ThenInclude(s => s.Show) |
|
|
|
.ThenInclude(s => s.ShowMetadata) |
|
|
|
.ThenInclude(s => s.ShowMetadata) |
|
|
|
.ThenInclude(s => s.Tags) |
|
|
|
.ThenInclude(s => s.Tags) |
|
|
|
|
|
|
|
.Include(mi => (mi as Episode).Season) |
|
|
|
|
|
|
|
.ThenInclude(s => s.Show) |
|
|
|
|
|
|
|
.ThenInclude(s => s.ShowMetadata) |
|
|
|
|
|
|
|
.ThenInclude(s => s.Studios) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
.ThenInclude(sm => sm.Genres) |
|
|
|
.ThenInclude(sm => sm.Genres) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
.Include(mi => (mi as Season).SeasonMetadata) |
|
|
|
@ -247,6 +258,9 @@ public class SearchRepository : ISearchRepository |
|
|
|
.Include(mi => (mi as Season).Show) |
|
|
|
.Include(mi => (mi as Season).Show) |
|
|
|
.ThenInclude(sm => sm.ShowMetadata) |
|
|
|
.ThenInclude(sm => sm.ShowMetadata) |
|
|
|
.ThenInclude(sm => sm.Tags) |
|
|
|
.ThenInclude(sm => sm.Tags) |
|
|
|
|
|
|
|
.Include(mi => (mi as Season).Show) |
|
|
|
|
|
|
|
.ThenInclude(sm => sm.ShowMetadata) |
|
|
|
|
|
|
|
.ThenInclude(sm => sm.Studios) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
.ThenInclude(mm => mm.Genres) |
|
|
|
.ThenInclude(mm => mm.Genres) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
.Include(mi => (mi as Show).ShowMetadata) |
|
|
|
|