mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Backport from xs.
This commit is contained in:
parent
0745041210
commit
4d4852b651
2 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,8 @@ const char *xs_mime_types[] = {
|
||||||
"ogv", "video/ogg",
|
"ogv", "video/ogg",
|
||||||
"opus", "audio/ogg",
|
"opus", "audio/ogg",
|
||||||
"png", "image/png",
|
"png", "image/png",
|
||||||
|
"svg", "image/svg+xml",
|
||||||
|
"svgz", "image/svg+xml",
|
||||||
"txt", "text/plain",
|
"txt", "text/plain",
|
||||||
"wav", "audio/wav",
|
"wav", "audio/wav",
|
||||||
"webm", "video/webm",
|
"webm", "video/webm",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/* 5bf06243b37eec60e48e53d87d4d147d01ad9924 */
|
/* 0ca53ca2b1c34efa95639d2a0f5bf4bd32f8958c */
|
||||||
|
|
Loading…
Reference in a new issue