feat: add support for jfif image format in file decoder
This commit is contained in:
parent
9cf884c527
commit
319a909da8
@ -231,6 +231,8 @@ func GetMimeTypeByExtension(ext string) string {
|
|||||||
return "image/png"
|
return "image/png"
|
||||||
case "gif":
|
case "gif":
|
||||||
return "image/gif"
|
return "image/gif"
|
||||||
|
case "jfif":
|
||||||
|
return "image/jpeg"
|
||||||
|
|
||||||
// Audio files
|
// Audio files
|
||||||
case "mp3":
|
case "mp3":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user