Add image/webp mime type
authorAdrian Siemieniak <sauron@ordugh.org>
Tue, 9 Mar 2021 10:37:08 +0000 (11:37 +0100)
committerAdrian Siemieniak <sauron@ordugh.org>
Tue, 9 Mar 2021 10:37:08 +0000 (11:37 +0100)
src/editors.c

index 2d3fc35..9d853ea 100644 (file)
@@ -113,6 +113,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types)
                {"image/gif",           ".gif"},
                {"image/jpeg",          ".jpeg;.jpg;.mpo"},
                {"image/jpg",           ".jpg;.jpeg"},
+               {"image/webp",          ".webp"},
                {"image/pcx",           ".pcx"},
                {"image/png",           ".png"},
                {"image/svg",           ".svg"},