ManHinnn0509 / mp3player.py

MP3 Player with Tkinter in Python
GNU General Public License v3.0
1 stars 0 forks source link

Time position bar bug when playing different songs #2

Closed ManHinnn0509 closed 2 years ago

ManHinnn0509 commented 2 years ago

Time position slider's seconds counting will be duplicated on each call

Try to play 2 different songs and you will notice the time goes like: 0 -> 2 -> 4 ->6 -> 8 and so on

ManHinnn0509 commented 2 years ago

Fixed in https://github.com/ManHinnn0509/mp3player.py/commit/7b704b5d2124f47b1b03ebbd08bc52f2495777f4