diff --git a/Plugins/videoSupport.js b/Plugins/videoSupport.js index 23a34a6..dcdd1f1 100644 --- a/Plugins/videoSupport.js +++ b/Plugins/videoSupport.js @@ -18,7 +18,7 @@ videoSupport.prototype.convert = function () { }; videoSupport.prototype.onMessage = function () { - this.convert(); + setTimeout(this.convert(), 2000); }; videoSupport.prototype.onSwitch = function () { this.convert();