diff options
author | Matthew Holt <[email protected]> | 2023-11-14 13:39:57 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2023-11-14 13:39:57 -0700 |
commit | 7e52db8280dcf855e77be6de5bccf7e8a173450c (patch) | |
tree | 1cab7a4993193e9ee949bedd5331c96f4501290d /modules | |
parent | 3b3d67871446ee6bf1921938ef0f16b6112c7ceb (diff) | |
download | caddy-7e52db8280dcf855e77be6de5bccf7e8a173450c.tar.gz caddy-7e52db8280dcf855e77be6de5bccf7e8a173450c.zip |
fileserver: Add .m4v for browse template icon
Diffstat (limited to 'modules')
-rw-r--r-- | modules/caddyhttp/fileserver/browse.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/fileserver/browse.html b/modules/caddyhttp/fileserver/browse.html index 1c8be7f17..e0e12969e 100644 --- a/modules/caddyhttp/fileserver/browse.html +++ b/modules/caddyhttp/fileserver/browse.html @@ -31,7 +31,7 @@ <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3"/> </svg> {{- end}} - {{- else if .HasExt ".mp4" ".mov" ".mpeg" ".mpg" ".avi" ".ogg" ".webm" ".mkv" ".vob" ".gifv" ".3gp"}} + {{- else if .HasExt ".mp4" ".mov" ".m4v" ".mpeg" ".mpg" ".avi" ".ogg" ".webm" ".mkv" ".vob" ".gifv" ".3gp"}} <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-movie" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"/> |