From a3caa13c23372ccf5ece98acf62daa4eed0e140e Mon Sep 17 00:00:00 2001 From: MattAppleton Date: Wed, 17 Oct 2018 03:18:32 +0100 Subject: [PATCH] fix .webm typo (#2220) Media type should be 'video' not file! --- system/config/media.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/media.yaml b/system/config/media.yaml index 1a4c451ca..7326b03cb 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -53,7 +53,7 @@ types: thumb: media/thumb-flv.png mime: video/x-flv webm: - type: file + type: video thumb: media/thumb-webm.png mime: video/webm ogv: