mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server): add rw2 support (#6231)
This commit is contained in:
parent
0750e13d3f
commit
41a32b4e6b
2 changed files with 3 additions and 2 deletions
|
|
@ -115,6 +115,7 @@ const image: Record<string, string[]> = {
|
|||
'.psd': ['image/psd', 'image/vnd.adobe.photoshop'],
|
||||
'.raf': ['image/raf', 'image/x-fuji-raf'],
|
||||
'.raw': ['image/raw', 'image/x-panasonic-raw'],
|
||||
'.rw2': ['image/rw2', 'image/x-panasonic-rw2'],
|
||||
'.rwl': ['image/rwl', 'image/x-leica-rwl'],
|
||||
'.sr2': ['image/sr2', 'image/x-sony-sr2'],
|
||||
'.srf': ['image/srf', 'image/x-sony-srf'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue