helitopia / side-projects

0 stars 0 forks source link

music-player: Playback countdown is excessively rapid #26

Open helitopia opened 3 months ago

helitopia commented 3 months ago

The seconds countdown in noticeably quicker than actual flow of time, which is confusing.

Such behavior is due to rounding of the seconds during event triggering

Needs to be corrected so that seconds are updated with a narrower range of event values

helitopia commented 3 months ago

+ should fix the issue of Current/Remaining playback time not adding up to total duration