mirror of https://github.com/calzoneman/sync.git
Fix #203
This commit is contained in:
parent
f11e6638f2
commit
86df9775ac
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue