mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-25 07:11:50 +01:00
add todo
This commit is contained in:
parent
2a3c93c24f
commit
403142783c
@ -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 New Issue
Block a user