Force rebuild on VPS

This commit is contained in:
Cooper Ransom 2024-03-08 23:33:16 -05:00
parent 0e81fa86dc
commit e465d2a340
1 changed files with 0 additions and 1 deletions

View File

@ -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);