Skip to content

Commit

Permalink
Ticket #4816 - File uploader doesn't accept m4a files.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Oct 4, 2024
1 parent daa1db1 commit ab6a3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/js/classes/BxDolUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ BxDolUploaderBase.prototype.getMimeTypefromString = function (ext) {
'movie' : 'video/x-sgi-movie',
'mp2' : 'audio/mpeg',
'mp3' : 'audio/mpeg',
'm4a' : 'audio/mp4',
'mp4' : 'video/mp4',
'm4v' : 'video/mp4',
'mpa' : 'video/mpeg',
Expand Down

0 comments on commit ab6a3e3

Please sign in to comment.