1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-07-29 13:00:34 +02:00

Add webm to videos (#833)

This commit is contained in:
Agent Smith
2022-08-06 07:47:47 +02:00
committed by GitHub
parent 6190ae69e9
commit 74727fe48a

View File

@@ -2817,6 +2817,7 @@ function fm_get_file_icon_class($path)
case '3gp': case '3gp':
case 'asf': case 'asf':
case 'wmv': case 'wmv':
case 'webm':
$img = 'fa fa-file-video-o'; $img = 'fa fa-file-video-o';
break; break;
case 'eml': case 'eml':