mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
fix: detect DNG files as image (#2728)
This commit is contained in:
@@ -63,6 +63,7 @@ extension FilePathStringExt on String {
|
||||
case 'png':
|
||||
case 'gif':
|
||||
case 'svg':
|
||||
case 'dng':
|
||||
return FileType.image;
|
||||
case 'mp4':
|
||||
case 'mov':
|
||||
|
||||
Reference in New Issue
Block a user