aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library_browser.js')
-rw-r--r--src/library_browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_browser.js b/src/library_browser.js
index 01a863e2..dbfb42d8 100644
--- a/src/library_browser.js
+++ b/src/library_browser.js
@@ -167,7 +167,7 @@ mergeInto(LibraryManager.library, {
audioPlugin.shownWarning = true;
alert('Your browser is having trouble loading audio files. Sound effects may not work properly.');
}
- audio.onerror();
+ finish(audio); // try to continue normally, the sound might be ok if the oncanplaythrough callback just didn't fire
}, 5000);
audio.src = url;
} else {