mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
multiple file download with progress bar and percentage
This commit is contained in:
@@ -11,7 +11,7 @@ enum PlayerState {
|
||||
Paused,
|
||||
}
|
||||
|
||||
export const AudioPreview: FunctionComponent<{ file: any }> = ({ file }) => {
|
||||
const AudioPreview: FunctionComponent<{ file: any }> = ({ file }) => {
|
||||
const [playerStatus, setPlayerStatus] = useState(PlayerState.Loading)
|
||||
|
||||
return (
|
||||
@@ -79,3 +79,5 @@ export const AudioPreview: FunctionComponent<{ file: any }> = ({ file }) => {
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default AudioPreview
|
||||
|
||||
Reference in New Issue
Block a user