Skip to content

Commit 139a337

Browse files
authored
Emscripten mp3 header fix (#7728)
1 parent d752bcb commit 139a337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/ofxEmscripten/libs/html5audio/lib/emscripten/library_html5audio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var LibraryHTML5Audio = {
9797
var fileSizeInBytes = stats.size;
9898

9999
var tag = ext; //this covers most types
100-
if( ext == mp3 ){
100+
if( ext == 'mp3'){
101101
tag = 'mpeg';
102102
}else if( ext == 'oga'){
103103
tag = 'ogg';

0 commit comments

Comments
 (0)