mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update Episodes.tsx
This commit is contained in:
parent
5d07a4bb56
commit
3c214ce461
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ function EpisodesView({
|
|||
const newData = setPlayerMeta(loadingState.value.fullData, episodeId);
|
||||
if (newData) onChange?.(newData);
|
||||
}
|
||||
// prevent router clear here, otherwise its done double
|
||||
// player already switches route after meta change
|
||||
router.close(true);
|
||||
},
|
||||
[setPlayerMeta, loadingState, router, onChange],
|
||||
|
|
Loading…
Reference in a new issue