From 766585059547ffe6aec2686646e95f98cfbe7d91 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 24 Jan 2025 13:09:24 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Mirco Miranda --- src/imageformats/jp2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imageformats/jp2.json b/src/imageformats/jp2.json index 9766849..4bcc34a 100644 --- a/src/imageformats/jp2.json +++ b/src/imageformats/jp2.json @@ -1,4 +1,4 @@ { "Keys": [ "jp2", "j2k", "jpf" ], - "MimeTypes": [ "image/jp2", "image/jp2", "image/jp2" ] + "MimeTypes": [ "image/jp2", "image/x-jp2-codestream", "image/jpx" ] }