mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-31 06:48:35 +00:00
fix: seeking into unloaded ties
This commit is contained in:
parent
c8127c617f
commit
41ae69a057
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -301,6 +301,8 @@
|
|||
currentTime = currentTime += time
|
||||
}
|
||||
targetTime = currentTime
|
||||
console.log(targetTime, currentTime)
|
||||
video.currentTime = targetTime
|
||||
}
|
||||
function forward () {
|
||||
seek(2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue