mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +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(() => {
|
||||
if (!meta || !meta.episode) return;
|
||||
const metaCopy = { ...meta };
|
||||
// No need to change the episode, as we're restarting the current one
|
||||
setShouldStartFromBeginning(true);
|
||||
setDirectMeta(metaCopy);
|
||||
props.onChange?.(metaCopy);
|
||||
|
|
Loading…
Reference in a new issue