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:
@@ -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" },
|
||||
|
Reference in New Issue
Block a user