change to js

master
iotcat 4 years ago
parent ec056f0511
commit 09b9b30578
  1. 2
      index.html

@ -224,7 +224,7 @@
var next_video = function() {
cookie.set($.md5(options.video.quality[0].url), "0");
$.post("https://acg.watch/api/getNextByUrl?url="+options.video.quality[0].url, function(res){
$.get("https://acg.watch/api/getNextByUrl?url="+options.video.quality[0].url, function(res){
//res = JSON.parse(res);
dp.notice("正在跳转至下一集", 4000);
setTimeout(function(){

Loading…
Cancel
Save