snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 8c2abef699a98652c290bafd844f8ae2c25eef7f
parent fbd81b604315f569ce5714fdc9d3caa78daaa83a
Author: green <dandelions@disroot.org>
Date:   Wed, 26 Mar 2025 01:44:20 +0100

the fucking list is sotted. oopps

Diffstat:
Mxs_mime.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xs_mime.h b/xs_mime.h @@ -16,6 +16,7 @@ extern const char *xs_mime_types[]; const char *xs_mime_types[] = { "3gp", "video/3gpp", "aac", "audio/aac", + "apng", "image/apng", "avif", "image/avif", "css", "text/css", "flac", "audio/flac", @@ -38,7 +39,6 @@ const char *xs_mime_types[] = { "ogv", "video/ogg", "opus", "audio/ogg", "png", "image/png", - "apng", "image/apng", "svg", "image/svg+xml", "svgz", "image/svg+xml", "txt", "text/plain",