Skip to content

Commit

Permalink
fix: Add support for mpo filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Jul 9, 2023
1 parent d90c572 commit 01df262
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 @@ -41,6 +41,7 @@ const EXT = {
'com.canon.cr3-raw-image': `cr3`,
'com.olympus.or-raw-image': `orf`,
'public.item': `largeThumbnail`,
'public.mpo-image': `mpo`,
};

/**
Expand Down

0 comments on commit 01df262

Please sign in to comment.