fix: seeking into unloaded ties

This commit is contained in:
ThaUnknown 2022-08-24 20:16:39 +02:00
parent c8127c617f
commit 41ae69a057
2 changed files with 3 additions and 1 deletions

View file

@ -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",

View file

@ -301,6 +301,8 @@
currentTime = currentTime += time
}
targetTime = currentTime
console.log(targetTime, currentTime)
video.currentTime = targetTime
}
function forward () {
seek(2)