Finished stream switching logic, no idea why it works this way
This commit is contained in:
parent
dbd7ce105e
commit
3be3acc90f
@ -737,10 +737,7 @@
|
||||
video.src = video.dataset[res];
|
||||
video.currentTime = time;
|
||||
});
|
||||
// unpause if we paused earlier
|
||||
if(!paused) {
|
||||
this.togglePlayback();
|
||||
}
|
||||
this.togglePlayback();
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user