Enhance schedule and show management: add season and episode information to ScheduleEntryDto, update ListShowsQueryHandler to include season counts, and modify frontend components to display this new data. Improve EPG handling by consolidating program entries into blocks for better clarity in the streaming interface.
This commit is contained in:
@@ -45,7 +45,8 @@ public sealed class GetPublicEpgQueryHandler(IAppDbContext dbContext)
|
||||
e.EndsAtUtc,
|
||||
e.ShowId,
|
||||
e.ShowId is { } sid ? showNames.GetValueOrDefault(sid) : null,
|
||||
e.EpisodeIndex
|
||||
e.EpisodeIndex,
|
||||
null // сезон/серию зрителю не показываем (и не светим имена файлов)
|
||||
))
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user