Skip to content

Commit 085f44d

Browse files
committed
win
1 parent 64ddb51 commit 085f44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/win.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h5 id="time_mid"></h5>
6666
const time = new Date().toLocaleTimeString().split(':').slice(0,2).join(':');
6767
time_top.innerHTML = time;
6868
time_mid.innerHTML = time;
69-
vid.load();
69+
vid.fastSeek(0);
7070
}, 1000)
7171
})
7272
</script>

0 commit comments

Comments
 (0)