So much work

This commit is contained in:
calzoneman 2013-06-11 19:51:00 -04:00
parent 1850f009ff
commit de2294d3ab
5 changed files with 1045 additions and 1039 deletions

View file

@ -501,6 +501,10 @@ Player.prototype.update = function(data) {
data.currentTime = 0;
}
this.load(data);
this.play();
}
if(CLIENT.leader) {
return;
}
if(!USEROPTS.synch) {
return;
@ -512,9 +516,6 @@ Player.prototype.update = function(data) {
else {
this.play();
}
if(CLIENT.leader) {
return;
}
this.getTime(function(seconds) {
var time = data.currentTime;
var diff = time - seconds || time;