mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat(mimetypes): Fixed copy paste error
This commit is contained in:
parent
68d45006cd
commit
3c8198a721
1 changed files with 1 additions and 0 deletions
|
|
@ -342,6 +342,7 @@ class RepairMimeTypes implements IRepairStep {
|
|||
* @since 32.0.0
|
||||
*/
|
||||
private function introduceMusicxmlType(): IResult|int|null {
|
||||
$updatedMimetypes = [
|
||||
'mxl' => 'application/vnd.recordare.musicxml',
|
||||
'musicxml' => 'application/vnd.recordare.musicxml+xml',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue