Skip to content

Commit

Permalink
fix: Support for 'public.image' (with extension 'HEIC')
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Sep 18, 2023
1 parent 43a728c commit 4f7d36d
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 @@ -11,6 +11,7 @@ const EXT = {
'public.jpeg': `jpeg`,
'com.apple.quicktime-movie': `mov`,
'public.heic': `heic`,
'public.image': `HEIC`,
'com.sony.arw-raw-image': `arw`,
'org.webmproject.webp': `webp`,
'com.compuserve.gif': `gif`,
Expand Down

0 comments on commit 4f7d36d

Please sign in to comment.