|
|
|
|
@ -51,6 +51,10 @@ namespace ErsatzTV.Infrastructure.Data.Repositories
@@ -51,6 +51,10 @@ namespace ErsatzTV.Infrastructure.Data.Repositories
|
|
|
|
|
.Include(c => c.Playouts) |
|
|
|
|
.ThenInclude(p => p.Items) |
|
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
|
.ThenInclude(i => (i as Episode).Season) |
|
|
|
|
.Include(c => c.Playouts) |
|
|
|
|
.ThenInclude(p => p.Items) |
|
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
|
.ThenInclude(i => (i as Movie).MovieMetadata) |
|
|
|
|
.ToListAsync(); |
|
|
|
|
|
|
|
|
|
|