1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-08-12 03:34:24 +02:00

correction in MIME type (#1335)

correction in MIME type at line no 3303
This commit is contained in:
Kogulan
2025-08-11 08:35:02 +05:30
committed by GitHub
parent c049ba96c8
commit 645d09a6ef

View File

@@ -3300,7 +3300,7 @@ function fm_get_file_mimes($extension)
$fileTypes['divx'] = 'video/x-msvideo';
$fileTypes['mp3'] = 'audio/mpeg';
$fileTypes['mp4'] = 'audio/mpeg';
$fileTypes['mp4'] = 'video/mp4';
$fileTypes['mpeg'] = 'video/mpeg';
$fileTypes['mpg'] = 'video/mpeg';
$fileTypes['mpe'] = 'video/mpeg';