mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
add todo
This commit is contained in:
parent
2a3c93c24f
commit
403142783c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue