Skip to content

Commit

Permalink
add m4a support
Browse files Browse the repository at this point in the history
  • Loading branch information
DantSu committed Apr 1, 2024
1 parent 768c063 commit c870bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/MainEvents/Processes/Import/ImportProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function main (srcPath) {
case '.ogg':
case '.wav':
case '.mp4a':
case '.m4a':
case '.wma':
convertMusic(srcPath)
break
Expand Down

0 comments on commit c870bd2

Please sign in to comment.