From 7afce3373328097cf725ce0cd84f9afae62f18be Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 21 Mar 2024 19:33:58 -0400 Subject: [PATCH] IDK WTF IS HAPPENING AHHH --- src/components/player/atoms/NextEpisodeButton.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/player/atoms/NextEpisodeButton.tsx b/src/components/player/atoms/NextEpisodeButton.tsx index eb7524b4..468db48b 100644 --- a/src/components/player/atoms/NextEpisodeButton.tsx +++ b/src/components/player/atoms/NextEpisodeButton.tsx @@ -105,10 +105,6 @@ export function NextEpisodeButton(props: { } }, [seconds, loadNextEpisode]); - useEffect(() => { - setSeconds(15); - }, [time, duration]); - if (!meta?.episode || !nextEp) return null; if (metaType !== "show") return null;