From d66862c3c94a2ca00a2b4d5a03e09bf5931605d9 Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 29 Jan 2020 13:18:41 +0000 Subject: [PATCH] change to js --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 56d73e0..2a3a115 100644 --- a/index.html +++ b/index.html @@ -212,7 +212,7 @@ } }, 1000); /* print info */ - getInfo(); + getInfo(res); /* next video */ dp.on('ended', next_video); /* if waiting change source */ @@ -281,7 +281,7 @@ $('#video_series').html(res.series); $('#video_no').html(res.no); $('#video_vid').html(res.vid); - $('#video_link').html(res.link); + $('#video_link').html(res.url); $('#video_description').html(res.description); $('#video_quality').html(options.video.quality.length); $('#video_playFrom').html(options.video.playFrom);