From a6ee746e6be81cdea701eeab19ae28c3513f496d Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 27 Oct 2019 12:30:18 -0700 Subject: [PATCH] thrimbletrimmer: disable autoplay --- thrimbletrimmer/scripts/playerSetup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrimbletrimmer/scripts/playerSetup.js b/thrimbletrimmer/scripts/playerSetup.js index 41850d3..c21416c 100644 --- a/thrimbletrimmer/scripts/playerSetup.js +++ b/thrimbletrimmer/scripts/playerSetup.js @@ -8,7 +8,7 @@ function setupPlayer(isEditor, source, startTrim, endTrim) { liveui: true, //fluid:true, controls:true, - autoplay:true, + autoplay:false, width:1280, height:420, playbackRates: [0.5, 1, 1.25, 1.5, 2],