From f86257d5ee052e6a8e3ac76cebee18b9aa61f46e Mon Sep 17 00:00:00 2001 From: Agent Smith <67276662+AgentSmith0@users.noreply.github.com> Date: Fri, 5 Aug 2022 13:39:28 +0200 Subject: [PATCH] Add webm to videos --- tinyfilemanager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 6d5bef6..55688ba 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -2817,6 +2817,7 @@ function fm_get_file_icon_class($path) case '3gp': case 'asf': case 'wmv': + case 'webm': $img = 'fa fa-file-video-o'; break; case 'eml':