1
0
Fork 0
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:
Fedor Katurov 2019-10-13 19:09:44 +07:00
parent 69ff9a7652
commit f445882a61
7 changed files with 48 additions and 12 deletions

View file

@ -6,6 +6,7 @@ export const PLAYER_ACTIONS = {
PLAY: `${prefix}PLAY`,
PAUSE: `${prefix}PAUSE`,
SEEK: `${prefix}SEEK`,
};
export const PLAYER_STATES = {