Skip to content

Commit

Permalink
Need m4a
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed May 1, 2024
1 parent 0e13fc1 commit c6b9829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func getMimeTypeExtension(mimeType string) (string, error) {
"audio/ogg": "ogg",
"audio/webm": "webm",
"audio/flac": "flac",
"audio/aac": "m4a",
"audio/mpeg": "mp3",
"audio/x-m4a": "m4a",
"audio/x-realaudio": "ra",
Expand Down

0 comments on commit c6b9829

Please sign in to comment.