|
|
|
@ -125,6 +125,10 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData> |
|
|
|
.ThenInclude(mvm => mvm.Directors) |
|
|
|
.ThenInclude(mvm => mvm.Directors) |
|
|
|
.Include(p => p.Items) |
|
|
|
.Include(p => p.Items) |
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
|
|
|
|
.ThenInclude(i => (i as MusicVideo).MusicVideoMetadata) |
|
|
|
|
|
|
|
.ThenInclude(mvm => mvm.Artists) |
|
|
|
|
|
|
|
.Include(p => p.Items) |
|
|
|
|
|
|
|
.ThenInclude(i => i.MediaItem) |
|
|
|
.ThenInclude(i => (i as MusicVideo).Artist) |
|
|
|
.ThenInclude(i => (i as MusicVideo).Artist) |
|
|
|
.ThenInclude(a => a.ArtistMetadata) |
|
|
|
.ThenInclude(a => a.ArtistMetadata) |
|
|
|
.ThenInclude(am => am.Genres) |
|
|
|
.ThenInclude(am => am.Genres) |
|
|
|
|