From b60ba49f943e7740160acd70a5cd1b99ba2a430a Mon Sep 17 00:00:00 2001 From: ayunami2000 Date: Thu, 27 Oct 2022 13:39:57 -0400 Subject: [PATCH] h --- builder.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.html b/builder.html index 1e2b679..71eefb2 100644 --- a/builder.html +++ b/builder.html @@ -269,7 +269,7 @@ const fileItem = epkFiles[selectedFile]; editorName.innerText = fileItem.name; const lowerName = fileItem.name.toLowerCase(); - if (lowerName.endsWith('.mp3')) { + if (lowerName.endsWith('.mp3') || lowerName.endsWith('.ogg')) { editor.className = 'modea'; editorAudio.src = window.URL.createObjectURL(fileItem.data); } else if (lowerName.endsWith('.png')) { @@ -327,4 +327,4 @@ }; - \ No newline at end of file +