PerformanC / NodeLink

Performant LavaLink alternative written with Node.Js
BSD 2-Clause "Simplified" License
38 stars 23 forks source link

[BUG]: NodeLink resets its player's position when resumed #72

Closed Fyphen1223 closed 3 months ago

Fyphen1223 commented 3 months ago

NodeLink version

dd78edd

Description

NodeLink resets its player's position when resumed. Although the song starts being played from the position that it was paused, the player's position is still 0.

Client

TsumiLink

Steps to reproduce

Play some music -> Pause it and check player info through get() -> Resume it and check the player info through get() and now you'll see that the position has been reset.

Example code

No response

Confirmations

Code of Conduct

Fyphen1223 commented 3 months ago

As a context, when you paused it, the player position moves to the correct position but when you resume it, the position now goes wrong.

Fyphen1223 commented 3 months ago

nvm, it was just because I didn't install ffmpeg to machine...