Skip to content

Commit

Permalink
Corrected FLAC MIME
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbiat authored Jun 8, 2024
1 parent f8fb651 commit 9e2a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ class Common
'adp' => 'audio/adpcm',
'au' => 'audio/basic',
'snd' => 'audio/basic',
'flac' => 'audio/flac',
'kar' => 'audio/midi',
'mid' => 'audio/midi',
'midi' => 'audio/midi',
Expand All @@ -632,7 +633,6 @@ class Common
'mp2' => 'audio/mpeg',
'mp3' => 'audio/mpeg',
'mpga' => 'audio/mpeg',
'flac' => 'audio/ogg',
'oga' => 'audio/ogg',
'ogg' => 'audio/ogg',
'opus' => 'audio/ogg',
Expand Down

0 comments on commit 9e2a84b

Please sign in to comment.