From 57a174400f517f4479d4e2bcab916d2e68d4ec98 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Thu, 17 Oct 2024 16:45:39 -0700 Subject: [PATCH] Add mp4 MIME type mapping --- ctrl/mime_types.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/ctrl/mime_types.ini b/ctrl/mime_types.ini index 124cddd2fd..462cf3c56b 100644 --- a/ctrl/mime_types.ini +++ b/ctrl/mime_types.ini @@ -81,6 +81,7 @@ xsl = text/xml mpg = video/mpeg mpe = video/mpeg mpeg = video/mpeg +mp4 = video/mp4 qt = video/quicktime mov = video/quicktime mxu = video/vnd.mpegurl -- GitLab