Skip to content

Commit

Permalink
fix: Adding support for public.mp3
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Oct 11, 2023
1 parent 18c448a commit c86fe4c
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 @@ -47,6 +47,7 @@ const EXT = {
'public.avif': `avif`,
'com.apple.m4a-audio': `m4a`,
'com.canon.crw-raw-image': `crw`,
'public.mp3': `mp3`,
};

/**
Expand Down

0 comments on commit c86fe4c

Please sign in to comment.