feat: enhance MediaItem with additional episode details and update ChannelInfo component
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user