feat: enhance MediaItem with additional episode details and update ChannelInfo component

This commit is contained in:
2026-03-11 21:45:11 +01:00
parent d1122656f3
commit f6ff65094b
6 changed files with 93 additions and 15 deletions

View File

@@ -279,11 +279,10 @@ export default function TvPage() {
<ChannelInfo
channelNumber={channelIdx + 1}
channelName={channel.name}
showTitle={broadcast.slot.item.title}
item={broadcast.slot.item}
showStartTime={fmtTime(broadcast.slot.start_at)}
showEndTime={fmtTime(broadcast.slot.end_at)}
progress={progress}
description={broadcast.slot.item.description ?? undefined}
/>
) : (
/* Minimal channel badge when no broadcast */