From 74727fe48abcb8ccbb8014510f24981c786bd522 Mon Sep 17 00:00:00 2001 From: Agent Smith <67276662+AgentSmith0@users.noreply.github.com> Date: Sat, 6 Aug 2022 07:47:47 +0200 Subject: [PATCH] Add webm to videos (#833) --- tinyfilemanager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 6d5bef68..55688bab 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':