From 8c808e0bd6a2e6d4c8a20dcbc9740f9ca2c30621 Mon Sep 17 00:00:00 2001 From: iotcat Date: Thu, 9 Jan 2020 09:50:42 +0000 Subject: [PATCH] add seek point --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 6c0f5ec..4b52575 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,7 @@ if(options.video.url && options.video.url != 'https://api.yimian.xyz/video?path=404.mp4'){ if(cookie.get($.md5(options.video.url)) != null){ dp.seek(cookie.get($.md5(options.video.url))); + dp.notice("已恢复到上次播放位置", 4000); } } /* record seek point */