upload.ex: add MPEG Layer 3 file header.

This commit is contained in:
eal 2018-06-14 16:41:08 +03:00
parent 678df59d22
commit 12c7a023de
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ defmodule Pleroma.Upload 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"