Skip to content

Commit

Permalink
fix: Support for 'largeThumbnail' extension
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Jul 4, 2023
1 parent 83a9ef4 commit 913671c
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 @@ -40,6 +40,7 @@ const EXT = {
'com.adobe.illustrator.ai-image': `ai`,
'com.canon.cr3-raw-image': `cr3`,
'com.olympus.or-raw-image': `orf`,
'public.item': `largeThumbnail`,
};

/**
Expand Down

0 comments on commit 913671c

Please sign in to comment.