From 6125553e40a3cfefb85da242ca6d0f069c990fa1 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Fri, 29 Aug 2025 19:43:45 -0500 Subject: [PATCH] Update player.js --- simpliplay/player.js | 1 + 1 file changed, 1 insertion(+) diff --git a/simpliplay/player.js b/simpliplay/player.js index 47b088e..2c5ac9d 100644 --- a/simpliplay/player.js +++ b/simpliplay/player.js @@ -304,6 +304,7 @@ const { isHLS, isDASH } = await detectStreamType(url); // Store the new Object URL for future cleanup previousObjectURL = fileURL; + fileInput.value = ""; // Hide dialog after selecting a file dialogOverlay.style.display = 'none';