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:
Leonid Pershin
2026-07-24 22:18:50 +03:00
parent 517f11c897
commit 2523808e3b
11 changed files with 134 additions and 26 deletions
+2
View File
@@ -66,6 +66,7 @@ export type ShowSummaryDto = {
name: string
kind: ShowKind
episodeCount: number
seasonCount: number
createdAt: string
}
@@ -149,6 +150,7 @@ export type ScheduleEntryDto = {
showId: string | null
showName: string | null
episodeIndex: number | null
seasonEpisode: string | null
}
// ── Публичный эфир ─────────────────────────────────────────────────────────