fix: detect DNG files as image (#2728)

This commit is contained in:
Shlomo
2025-10-04 01:00:53 +03:00
committed by GitHub
parent 7a1bef4fbd
commit 8bd9a1d843
+1
View File
@@ -63,6 +63,7 @@ extension FilePathStringExt on String {
case 'png':
case 'gif':
case 'svg':
case 'dng':
return FileType.image;
case 'mp4':
case 'mov':