From 5fb0a32456035b58e148356be832650befed8854 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 27 Mar 2024 17:36:16 -0400 Subject: [PATCH] Add Open Sans option! --- index.html | 3 +-- src/components/player/atoms/NextEpisodeButton.tsx | 3 ++- tailwind.config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 51cba30f..996452b5 100644 --- a/index.html +++ b/index.html @@ -134,8 +134,7 @@ - - + diff --git a/src/components/player/atoms/NextEpisodeButton.tsx b/src/components/player/atoms/NextEpisodeButton.tsx index dd53e499..8ed6f3fb 100644 --- a/src/components/player/atoms/NextEpisodeButton.tsx +++ b/src/components/player/atoms/NextEpisodeButton.tsx @@ -91,7 +91,8 @@ export function NextEpisodeButton(props: { if (!meta?.episode || !nextEp) return null; if (metaType !== "show") return null; - console.log(time, duration); + // Use rounded numbers for auto-next! + console.log(Math.round(time), Math.round(duration)); return (