From 8e05b0bc5f057d4963968ed3d4efff4d6fa9c757 Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 15 Jan 2020 20:26:47 +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 b53730e..045c07d 100644 --- a/index.html +++ b/index.html @@ -91,7 +91,7 @@ options.video.defaultQuality = (options.video.defaultQuality >= options.video.quality.length - 1) ? 0 : options.video.defaultQuality++; dp.switchQuality(options.video.defaultQuality); } - }, 4000); + }, 8000); }); dp.on('playing', function(){ isWaiting = false;