feat: add support for jfif image format in file decoder
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user