souporserious / react-media-player

React audio and video player.
https://souporserious.github.io/react-media-player/
ISC License
470 stars 100 forks source link

formateTime was missing a 0 before minutes if it contains an hour #49

Closed DanielKozij closed 6 years ago

DanielKozij commented 6 years ago

When looking at other media players online i.e. YouTube it seems the standard time format should contain two decimal minutes when crossing 1 hour.

Example : "1:02:03" rather than "1:2:03"

Here's my fix

souporserious commented 6 years ago

This is great! Thank you! 🙏