jpeg is not a format

This commit is contained in:
henryruhs
2025-01-13 13:26:48 +01:00
parent 169d578a14
commit 9d9805a03b
4 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ image_type_set : ImageTypeSet =\
{
'bmp': 'image/bmp',
'jpg': 'image/jpeg',
'jpeg': 'image/jpeg',
'png': 'image/png',
'webp': 'image/webp'
}