Add support for reading webp artwork

This commit is contained in:
Deluan
2020-08-21 11:33:23 -04:00
parent e2e79d6471
commit 6c8535c54a
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ func init() {
".gif": "image/gif",
".jpg": "image/jpeg",
".jpeg": "image/jpeg",
".webp": "image/webp",
".png": "image/png",
".bmp": "image/bmp",
}