From 775799944a324fa3d7b6f84bf18ff5f7f8de6c50 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 26 Oct 2019 06:21:58 -0700 Subject: [PATCH] thrimbletrimmer: Don't hide the video player on error It means you can't read the error, and it's more confusing. --- thrimbletrimmer/scripts/playerSetup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/thrimbletrimmer/scripts/playerSetup.js b/thrimbletrimmer/scripts/playerSetup.js index 285d3bc..77f2c86 100644 --- a/thrimbletrimmer/scripts/playerSetup.js +++ b/thrimbletrimmer/scripts/playerSetup.js @@ -53,7 +53,6 @@ function setupPlayer(source, startTrim, endTrim) { this.on('error', function() { videojs.log("Could not load video stream"); alert("No video available for stream."); - document.getElementById("my-player").style.display = "none"; }) }); var hlsQS = player.hlsQualitySelector();