mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
Add webm to videos (#833)
This commit is contained in:
parent
6190ae69e9
commit
74727fe48a
1 changed files with 1 additions and 0 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue