From 8ffd423fad1f8cfcc6ce43721b058afa3a93ad1a Mon Sep 17 00:00:00 2001 From: iotcat Date: Sun, 12 Jan 2020 21:14:36 +0800 Subject: [PATCH] info --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 30c0417..0945377 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Video Player + ACG.WATCH Player @@ -16,6 +16,7 @@


+

@@ -76,6 +77,8 @@ cookie.set($.md5(options.video.quality[0].url), dp.video.currentTime); } }, 1000); + /* print info */ + getInfo(); /* next video */ dp.on('ended', next_video); }); @@ -108,6 +111,8 @@ unlimited: true, } ); + /* print info */ + getInfo(); //setTimeout(function(){dp.switchQuality(0);}, 1000); });