From 74d496745cebac2d400c44895b59a8eadfcebff5 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Fri, 23 Aug 2013 12:43:02 -0700 Subject: [PATCH] Add audio/wav to mime.types Previously only audio/x-wav was in mime.types. But we detected the file without the x, and this prevented file moves. Bug: 53279 Change-Id: I9e8679734d4904846a02d0d845a61549408eeac4 --- includes/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/mime.types b/includes/mime.types index a89d229a72..f99ea31d40 100644 --- a/includes/mime.types +++ b/includes/mime.types @@ -75,6 +75,7 @@ audio/x-pn-realaudio ram rm audio/x-pn-realaudio-plugin rpm audio/x-realaudio ra audio/x-wav wav +audio/wav wav chemical/x-pdb pdb chemical/x-xyz xyz image/bmp bmp -- 2.20.1