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 (