summaryrefslogtreecommitdiff
path: root/www/js/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/api.js')
-rw-r--r--www/js/api.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/js/api.js b/www/js/api.js
index 79b735e..12e8ecc 100644
--- a/www/js/api.js
+++ b/www/js/api.js
@@ -58,8 +58,10 @@ window.html5ks.api = {
el.onerror = function (e) {
if (e.code === e.MEDIA_ERR_SRC_NOT_SUPPORTED) {
- if (!_nextType()) {
- console.log("no audio formats supported");
+ if (_nextType()) {
+ console.warn("browser claimed support for " + types[i-1] + " but failed");
+ } else {
+ console.error("no media formats supported");
}
} else {
console.error("unknown audio error");