mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix web player data
This commit is contained in:
@@ -790,9 +790,9 @@ export const useQueueControls = () =>
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user