Update player.js

This commit is contained in:
Anirudh Sevugan 2025-08-29 19:43:45 -05:00 committed by GitHub
parent ec3332a248
commit 6125553e40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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