Add support for reading webp artwork
This commit is contained in:
@@ -25,6 +25,7 @@ func init() {
|
||||
".gif": "image/gif",
|
||||
".jpg": "image/jpeg",
|
||||
".jpeg": "image/jpeg",
|
||||
".webp": "image/webp",
|
||||
".png": "image/png",
|
||||
".bmp": "image/bmp",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user