summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index 007b60f34..4fbe9bded 100644
--- a/main/http.c
+++ b/main/http.c
@@ -108,6 +108,7 @@ static struct {
{ "wav", "audio/x-wav" },
{ "mp3", "audio/mpeg" },
{ "svg", "image/svg+xml" },
+ { "gif", "image/gif" },
};
struct http_uri_redirect {