Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queue.formattedCurrentTime can return 00;60 and so forth #288

Closed
xMiyuka opened this issue Dec 27, 2022 · 1 comment
Closed

Queue.formattedCurrentTime can return 00;60 and so forth #288

xMiyuka opened this issue Dec 27, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@xMiyuka
Copy link

xMiyuka commented Dec 27, 2022

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

uMacW

@xMiyuka xMiyuka added the bug Something isn't working label Dec 27, 2022
@skick1234
Copy link
Owner

I pushed 73b2743 commit to fix it 2h ago.
Your issue should be fixed when 4.0.5 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants