1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Try to account for user interaction

This commit is contained in:
Cooper Ransom 2024-03-21 19:04:52 -04:00
parent 0126b52490
commit 08163ede9b

View file

@ -96,7 +96,7 @@ export function NextEpisodeButton(props: {
}, 1000);
return () => clearInterval(interval);
}, []);
}, [time, duration]);
useEffect(() => {
if (seconds === 0) {