Skip to content

Commit

Permalink
Add mimetype for 'WebM' video files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McMillan committed Mar 18, 2013
1 parent b087b26 commit 483fbb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/micode/fileexplorer/MimeUtils.java
Expand Up @@ -342,6 +342,7 @@ public final class MimeUtils {
add("video/quicktime", "qt");
add("video/quicktime", "mov");
add("video/vnd.mpegurl", "mxu");
add("video/webm", "webm");
add("video/x-la-asf", "lsf");
add("video/x-la-asf", "lsx");
add("video/x-mng", "mng");
Expand Down

0 comments on commit 483fbb1

Please sign in to comment.