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