Closed ghost closed 5 years ago
Hi @kazukazu123123,
Thanks for your message. I will make a note to add this, but in the meantime you should be able to get current song percent like this:
var currentSongPercent = 100 - Player.getSongPercentRemaining();
.