diff --git a/ErsatzTV.Application/Channels/Commands/RefreshChannelDataHandler.cs b/ErsatzTV.Application/Channels/Commands/RefreshChannelDataHandler.cs index 44990feca..562996299 100644 --- a/ErsatzTV.Application/Channels/Commands/RefreshChannelDataHandler.cs +++ b/ErsatzTV.Application/Channels/Commands/RefreshChannelDataHandler.cs @@ -212,6 +212,7 @@ public class RefreshChannelDataHandler : IRequestHandler .ThenInclude(i => i.MediaItem) .ThenInclude(i => (i as Song).SongMetadata) .ThenInclude(sm => sm.Studios) + .AsSplitQuery() .ToListAsync(cancellationToken); await using RecyclableMemoryStream ms = _recyclableMemoryStreamManager.GetStream();