mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
player seeking
This commit is contained in:
parent
69ff9a7652
commit
f445882a61
7 changed files with 48 additions and 12 deletions
|
@ -6,6 +6,7 @@ export const PLAYER_ACTIONS = {
|
|||
|
||||
PLAY: `${prefix}PLAY`,
|
||||
PAUSE: `${prefix}PAUSE`,
|
||||
SEEK: `${prefix}SEEK`,
|
||||
};
|
||||
|
||||
export const PLAYER_STATES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue