Add webm to videos

This commit is contained in:
Agent Smith 2022-08-05 13:39:28 +02:00 committed by GitHub
parent 6190ae69e9
commit f86257d5ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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':