Skip to content

Commit

Permalink
fix: Add support for com.dji.mimo.pano.jpeg filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Jul 9, 2023
1 parent 488ac7b commit 8597476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/icloud-photos-sync.cspell
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ loglevel
LPMQ
majorfeat
materialx
mimo
mkdocs
mockfs
ncipollo
Nerb
Nfrb
nofile
Orta
pano
parens
photoshop
photoslibrary
Expand Down
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 @@ -42,6 +42,7 @@ const EXT = {
'com.olympus.or-raw-image': `orf`,
'public.item': `largeThumbnail`,
'public.mpo-image': `mpo`,
'com.dji.mimo.pano.jpeg' : `jpg`,
};

/**
Expand Down

0 comments on commit 8597476

Please sign in to comment.