mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-04 16:47:40 +01:00
Force rebuild on VPS
This commit is contained in:
parent
0e81fa86dc
commit
e465d2a340
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ export function NextEpisodeButton(props: {
|
||||||
const startCurrentEpisodeFromBeginning = useCallback(() => {
|
const startCurrentEpisodeFromBeginning = useCallback(() => {
|
||||||
if (!meta || !meta.episode) return;
|
if (!meta || !meta.episode) return;
|
||||||
const metaCopy = { ...meta };
|
const metaCopy = { ...meta };
|
||||||
// No need to change the episode, as we're restarting the current one
|
|
||||||
setShouldStartFromBeginning(true);
|
setShouldStartFromBeginning(true);
|
||||||
setDirectMeta(metaCopy);
|
setDirectMeta(metaCopy);
|
||||||
props.onChange?.(metaCopy);
|
props.onChange?.(metaCopy);
|
||||||
|
|
Loading…
Reference in a new issue