madzadev / audio-player

🎵 Music player with custom controls, playlist, filters, and search.
https://audioplayer.madza.dev
344 stars 49 forks source link

error with duration-of-audio number #14

Closed tmratwork closed 6 months ago

tmratwork commented 6 months ago

instead of showing duration of the audio, what shows is the duration of the audio minus ten minutes. for example, screenshot below shows audio length of '1:34' but the actual audio length is '11:34' (eleven minutes and thirty four seconds). the audio not saved locally, it is in google cloud platform storage bucket.

am I implementing the audio-player incorrectly?

image
madzadev commented 6 months ago

Great catch, thanks for reporting! Should be fixed now with v2.1.13!

tmratwork commented 5 months ago

the update works! thank you :)

much appreciate you open sourcing your audio player and addressing issues.