add .opus file extension to mime table

This commit is contained in:
Daniel Gultsch 2021-07-28 16:57:57 +02:00
parent 0e54cde4bf
commit 1e1dad780b
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ public final class MimeUtils {
add("audio/mpeg", "m4a");
add("audio/mpegurl", "m3u");
add("audio/ogg", "oga");
add("audio/opus", "opus");
add("audio/prs.sid", "sid");
add("audio/x-aiff", "aif");
add("audio/x-aiff", "aiff");