This commit is contained in:
calzoneman 2013-07-07 10:50:05 -04:00
parent f11e6638f2
commit 86df9775ac
1 changed files with 0 additions and 1 deletions

View File

@ -435,7 +435,6 @@ Playlist.prototype.startPlayback = function(time) {
}
this.on("changeMedia")(this.current.media);
if(this.leading && !isLive(this.current.media.type)) {
this.on("changeMedia")(this.current.media);
this._lastUpdate = Date.now();
this._leadInterval = setInterval(function() {
pl._leadLoop();