diff --git a/simpliplay/renderer.js b/simpliplay/renderer.js index 0acdc77..b28c70b 100644 --- a/simpliplay/renderer.js +++ b/simpliplay/renderer.js @@ -107,6 +107,7 @@ if (mediaElement.canPlayType(file.type)) { } } else { 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 @@ -202,3 +203,4 @@ window.electron.receive("unload-addon", (fileURL) => { +