From 074339ea130a83d049208aaac3556e94e7cc4e72 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 8 Mar 2014 00:29:47 +0100 Subject: [PATCH] WebM should be allowed to upload! Evan had left _two_ "video/mpeg", just so you know. --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index 878e7310d8..3a28ec12c7 100644 --- a/lib/default.php +++ b/lib/default.php @@ -243,7 +243,7 @@ $default = 'video/mpeg', 'video/mp4', 'video/quicktime', - 'video/mpeg'), + 'video/webm'), 'file_quota' => 5000000, 'user_quota' => 50000000, 'monthly_quota' => 15000000, -- 2.39.5