Add alternate FLAC mime type.
This commit is contained in:
parent
1b0449c392
commit
98d3c2ccbd
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class MimeType
|
|||
public static function getProcessableTypes(): array
|
||||
{
|
||||
return [
|
||||
'audio/flac', // MIME type used by some FLAC files
|
||||
'audio/mp4', // m4a mp4a
|
||||
'audio/mpeg', // mpga mp2 mp2a mp3 m2a m3a
|
||||
'audio/ogg', // oga ogg spx
|
||||
|
|
Loading…
Reference in a new issue