diff --git a/api/scanner/scanner_test.go b/api/scanner/scanner_test.go index cfa9da96..73ef214b 100644 --- a/api/scanner/scanner_test.go +++ b/api/scanner/scanner_test.go @@ -59,6 +59,7 @@ func TestFullScan(t *testing.T) { } wantNonWebPhotos := []string{ "heif.heif", + "jpegxl.jxl", "jpg2000.jp2", "raw_with_file.tiff", "raw_with_jpg.tiff", diff --git a/api/scanner/test_media/real_media/jpegxl.jxl b/api/scanner/test_media/real_media/jpegxl.jxl new file mode 100644 index 00000000..0776d9fa Binary files /dev/null and b/api/scanner/test_media/real_media/jpegxl.jxl differ