mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix #203
This commit is contained in:
parent
f11e6638f2
commit
86df9775ac
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue