diff options
author | Unpublished <Unpublished@users.noreply.github.com> | 2024-01-01 18:56:07 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-02-27 14:44:23 +0100 |
commit | 4af1c5cb3349f442521a128b62ed7db95eb13749 (patch) | |
tree | 35214cd98efcca82c27d5b4dce44ef28393ba46d /resources | |
parent | 250084f8b913e326e20ccc60c86091beab0a6524 (diff) | |
download | nextcloud-server-4af1c5cb3349f442521a128b62ed7db95eb13749.tar.gz nextcloud-server-4af1c5cb3349f442521a128b62ed7db95eb13749.zip |
Add .aac mime type mapping
Signed-off-by: Unpublished <Unpublished@users.noreply.github.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index c98e33756b6..05bcbec7fbb 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -9,6 +9,7 @@ "3gp": ["video/3gpp"], "7z": ["application/x-7z-compressed"], + "aac": ["audio/aac"], "accdb": ["application/msaccess"], "adoc": ["text/asciidoc", "text/plain"], "ai": ["application/illustrator"], |