add seek point

master
iotcat 4 years ago
parent 21786b5447
commit 8c808e0bd6
  1. 1
      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 */

Loading…
Cancel
Save