forked from AkkomaGang/akkoma
upload.ex: add MPEG Layer 3 file header.
This commit is contained in:
parent
678df59d22
commit
12c7a023de
1 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,9 @@ def get_content_type(file) do
|
|||
<<0x49, 0x44, 0x33, _, _, _, _, _>> ->
|
||||
"audio/mpeg"
|
||||
|
||||
<<255, 251, _, 68, 0, 0, 0, 0>> ->
|
||||
"audio/mpeg"
|
||||
|
||||
<<0x4F, 0x67, 0x67, 0x53, 0x00, 0x02, 0x00, 0x00>> ->
|
||||
"audio/ogg"
|
||||
|
||||
|
|
Loading…
Reference in a new issue