Skip to content

Commit

Permalink
fix: Adding support for com.canon.crw-raw-image
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Oct 11, 2023
1 parent df552ae commit 18c448a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/photos-library/model/file-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const EXT = {
'com.dji.mimo.pano.jpeg': `jpg`,
'public.avif': `avif`,
'com.apple.m4a-audio': `m4a`,
'com.canon.crw-raw-image': `crw`,
};

/**
Expand Down

0 comments on commit 18c448a

Please sign in to comment.