You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a little loop that will show my users where in the song the current time is, however I noticed something interesting.
Every 60 seconds lets say of a 4 minute song, it will display each 60 seconds: 00:60, 01:60, 02:60, 03:60 and so forth. After the :60 it will properly format fine after wards. 00:60 -> 01:10
My suggestion is to just change the logic behind formattedCurrentTime() so it displays 00:60 as 01:00 and so on
Distube Version: 4.0.4
The text was updated successfully, but these errors were encountered:
I created a little loop that will show my users where in the song the current time is, however I noticed something interesting.
Every 60 seconds lets say of a 4 minute song, it will display each 60 seconds: 00:60, 01:60, 02:60, 03:60 and so forth. After the :60 it will properly format fine after wards. 00:60 -> 01:10
My suggestion is to just change the logic behind formattedCurrentTime() so it displays 00:60 as 01:00 and so on
Distube Version: 4.0.4
The text was updated successfully, but these errors were encountered: