|
|
|
|
@ -74,6 +74,11 @@ namespace ErsatzTV.Infrastructure.Data.Repositories
@@ -74,6 +74,11 @@ namespace ErsatzTV.Infrastructure.Data.Repositories
|
|
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
|
.ThenInclude(i => (i as MusicVideo).MusicVideoMetadata) |
|
|
|
|
.ThenInclude(mm => mm.Artwork) |
|
|
|
|
.Include(c => c.Playouts) |
|
|
|
|
.ThenInclude(p => p.Items) |
|
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
|
.ThenInclude(i => (i as MusicVideo).Artist) |
|
|
|
|
.ThenInclude(a => a.ArtistMetadata) |
|
|
|
|
.ToListAsync(); |
|
|
|
|
|
|
|
|
|
public Task Update(Channel channel) |
|
|
|
|
|