mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
v2.1.4
This commit is contained in:
parent
ef5e34331e
commit
59a8d5c577
@ -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) => {
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user