mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
add todo
This commit is contained in:
parent
5c1807c8f4
commit
9f99049ba1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export function PlayerView() {
|
|||
}>();
|
||||
const { status, playMedia, reset } = usePlayer();
|
||||
const { setPlayerMeta, scrapeMedia } = usePlayerMeta();
|
||||
const [backUrl] = useState("/");
|
||||
const [backUrl] = useState("/"); // TODO redirect to search when needed
|
||||
|
||||
useEffect(() => {
|
||||
reset();
|
||||
|
|
Loading…
Reference in a new issue