1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 15:11:08 +00:00

jpeg mime type

This commit is contained in:
cuihaikuo
2016-12-09 14:14:18 +08:00
parent 04ce91f864
commit 3678ea37e2

View File

@@ -120,8 +120,8 @@ static struct file_type_map ftmap[] = {
{ "mp3", "audio/mp3" },
{ "mpeg", "video/mpeg" },
{ "mp4", "video/mp4" },
{ "jpg", "image/jpg" },
{ "JPG", "image/jpg" },
{ "jpg", "image/jpeg" },
{ "JPG", "image/jpeg" },
{ "jpeg", "image/jpeg" },
{ "JPEG", "image/jpeg" },
{ "png", "image/png" },