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) => (