From 4e855021bf1c91dac49461d21c659b309e89cb84 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 8 Apr 2024 14:23:53 -0400 Subject: [PATCH] add shows header --- src/components/player/atoms/NextEpisodeButton.tsx | 2 +- src/pages/Discover.tsx | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/player/atoms/NextEpisodeButton.tsx b/src/components/player/atoms/NextEpisodeButton.tsx index 39a41c61..f4e21250 100644 --- a/src/components/player/atoms/NextEpisodeButton.tsx +++ b/src/components/player/atoms/NextEpisodeButton.tsx @@ -108,7 +108,7 @@ export function NextEpisodeButton(props: { if (metaType !== "show") return null; // Use rounded numbers for auto-next! - console.log(Math.round(time), Math.round(duration)); + console.log(`Episode duration: ${Math.round(time)}:${Math.round(duration)}`); return ( ))} +
+ +

Shows

+ +
{tvGenres.map((genre) => (