Skip to content

Commit

Permalink
fix: Add support for mts, ai, cr3 & orf
Browse files Browse the repository at this point in the history
Closes #239
  • Loading branch information
steilerDev committed Jul 3, 2023
1 parent c47b057 commit 0e13238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Aexev",
"appleauth",
"ASSETID",
"avchd",
"AXDMJG",
"barchart",
"buildx",
Expand Down
4 changes: 4 additions & 0 deletions app/src/lib/photos-library/model/file-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ const EXT = {
'com.olympus.raw-image': `orf`,
'public.avi': `avi`,
'com.adobe.pdf': `pdf`,
'public.avchd-mpeg-2-transport-stream': `mts`,
'com.adobe.illustrator.ai-image': `ai`,
'com.canon.cr3-raw-image': `cr3`,
'com.olympus.or-raw-image': `orf`,
};

/**
Expand Down

0 comments on commit 0e13238

Please sign in to comment.