mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Fix web player data
This commit is contained in:
parent
1fbdfe725c
commit
ae5afe868e
1 changed files with 2 additions and 2 deletions
|
|
@ -790,9 +790,9 @@ export const useQueueControls = () =>
|
||||||
|
|
||||||
export const useQueueData = () => usePlayerStore((state) => state.actions.getQueueData);
|
export const useQueueData = () => usePlayerStore((state) => state.actions.getQueueData);
|
||||||
|
|
||||||
export const usePlayer1Data = () => usePlayerStore((state) => state.actions.player1);
|
export const usePlayer1Data = () => usePlayerStore((state) => state.actions.player1());
|
||||||
|
|
||||||
export const usePlayer2Data = () => usePlayerStore((state) => state.actions.player2);
|
export const usePlayer2Data = () => usePlayerStore((state) => state.actions.player2());
|
||||||
|
|
||||||
export const useSetCurrentTime = () => usePlayerStore((state) => state.actions.setCurrentTime);
|
export const useSetCurrentTime = () => usePlayerStore((state) => state.actions.setCurrentTime);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue