mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 08:22:19 +00:00
IDK WTF IS HAPPENING AHHH
This commit is contained in:
parent
57211202e9
commit
7afce33733
1 changed files with 0 additions and 4 deletions
|
|
@ -105,10 +105,6 @@ export function NextEpisodeButton(props: {
|
||||||
}
|
}
|
||||||
}, [seconds, loadNextEpisode]);
|
}, [seconds, loadNextEpisode]);
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
setSeconds(15);
|
|
||||||
}, [time, duration]);
|
|
||||||
|
|
||||||
if (!meta?.episode || !nextEp) return null;
|
if (!meta?.episode || !nextEp) return null;
|
||||||
if (metaType !== "show") return null;
|
if (metaType !== "show") return null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue