mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Adding mimetypes for m4a and m4b
This commit is contained in:
parent
5911ce530b
commit
998da2acd3
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@
|
|||
"kra": ["application/x-krita"],
|
||||
"lwp": ["application/vnd.lotus-wordpro"],
|
||||
"m2t": ["video/mp2t"],
|
||||
"m4a": ["audio/mp4"],
|
||||
"m4b": ["audio/m4b"],
|
||||
"m4v": ["video/mp4"],
|
||||
"markdown": ["text/markdown"],
|
||||
"mdown": ["text/markdown"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue