Working results

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-25 17:11:58 +02:00
parent e01bef2ace
commit 8cb8c46f2f
7 changed files with 26 additions and 20 deletions

View File

@@ -753,7 +753,7 @@ var Player = {
}
if(!dragging) {
$("#bar").width(per+"%");
document.getElementById("bar").style.width = per+"%";
}
if(Player.player.getCurrentTime() > Player.np.end && Player.player.getPlayerState() == YT.PlayerState.PLAYING) {