Merge pull request #2195 from rebornishard/patch-1

Add webm mime type
diff --git a/application/config/mimes.php b/application/config/mimes.php
index 124e4a4..d9e81bf 100644
--- a/application/config/mimes.php
+++ b/application/config/mimes.php
@@ -154,6 +154,7 @@
 	'mp4'   =>	'video/mp4',
 	'm4a'   =>	'audio/x-m4a',
 	'f4v'   =>	'video/mp4',
+	'webm'	=>	'video/webm'
 	'aac'   =>	'audio/x-acc',
 	'm4u'   =>	'application/vnd.mpegurl',
 	'm3u'   =>	'text/plain',
@@ -175,4 +176,4 @@
 );
 
 /* End of file mimes.php */
-/* Location: ./application/config/mimes.php */
\ No newline at end of file
+/* Location: ./application/config/mimes.php */