This commit is contained in:
Jelle van Snik 2023-02-07 22:37:46 +01:00
parent 2a3c93c24f
commit 403142783c
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export function createVideoStateProvider(
setSeeking(active) {
state.mediaPlaying.isSeeking = active;
updateInterface(descriptor, state);
// TODO is seeking is bugged when buffering (recursive seeking as well)
// if it was playing when starting to seek, play again
if (!active) {