mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
add todo
This commit is contained in:
parent
2a3c93c24f
commit
403142783c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user