From 9a5901f31bdc518efed444c2256925b69e560c1d Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 15 Jan 2020 20:29:44 +0000 Subject: [PATCH] auto swi qua --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 045c07d..e3c0c3f 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ setTimeout(function(){ if(isWaiting && options.video.quality.length > 1){ dp.notice("监测到卡顿,切换片源"); - options.video.defaultQuality = (options.video.defaultQuality >= options.video.quality.length - 1) ? 0 : options.video.defaultQuality++; + options.video.defaultQuality = (options.video.defaultQuality >= options.video.quality.length - 1) ? 0 : options.video.defaultQuality+1; dp.switchQuality(options.video.defaultQuality); } }, 8000);