Skip to content

Commit c0a9737

Browse files
committed
Fix merge
1 parent 895a9d0 commit c0a9737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MimeTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ public function guessMimeType(string $path): ?string
11131113
'audio/mp2' => ['mp2'],
11141114
'audio/mp3' => ['mp3', 'mpga'],
11151115
'audio/mp4' => ['m4a', 'mp4a', 'f4a'],
1116-
'audio/mpeg' => ['mpga', 'mp2', 'mp2a', 'mp3', 'm2a', 'm3a'],
1116+
'audio/mpeg' => ['mp3', 'mpga', 'mp2', 'mp2a', 'm2a', 'm3a'],
11171117
'audio/mpegurl' => ['m3u', 'm3u8', 'vlc'],
11181118
'audio/ogg' => ['oga', 'ogg', 'spx', 'opus'],
11191119
'audio/prs.sid' => ['sid', 'psid'],

0 commit comments

Comments
 (0)