mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
player fixes
This commit is contained in:
parent
f445882a61
commit
63a616875c
3 changed files with 16 additions and 15 deletions
|
@ -75,8 +75,6 @@ const AudioPlayerUnconnected = ({
|
|||
};
|
||||
}, [file, current, setPlaying, onProgress]);
|
||||
|
||||
console.log({ progress });
|
||||
|
||||
return (
|
||||
<div onClick={onPlay} className={classNames(styles.wrap, { playing })}>
|
||||
<div className={styles.playpause}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue