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';