Finished stream switching logic, no idea why it works this way

This commit is contained in:
Erik Thuning 2022-10-26 21:10:08 +02:00
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();
});
});