This commit is contained in:
Anirudh Sevugan 2025-09-15 18:17:27 -05:00 committed by GitHub
parent ef5e34331e
commit 59a8d5c577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,7 @@ if (mediaElement.canPlayType(file.type)) {
} }
} else { } else {
console.warn("SimpliPlay does not support this video type:", file.type); console.warn("SimpliPlay does not support this video type:", file.type);
alert("SimpliPlay either can't play this file or the MIME type may be incorrect");
} }
// Store for future cleanup // Store for future cleanup
@ -202,3 +203,4 @@ window.electron.receive("unload-addon", (fileURL) => {