mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-20 02:21:25 +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) {
|
setSeeking(active) {
|
||||||
state.mediaPlaying.isSeeking = active;
|
state.mediaPlaying.isSeeking = active;
|
||||||
updateInterface(descriptor, state);
|
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 it was playing when starting to seek, play again
|
||||||
if (!active) {
|
if (!active) {
|
||||||
|
|
Loading…
Reference in a new issue