mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-29 04:51:15 +02:00
Add webm to videos (#833)
This commit is contained in:
@@ -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':
|
||||||
|
Reference in New Issue
Block a user