From 34d001cbef80fd5654627b55224097fec5631126 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 13 Aug 2021 16:58:35 +0200 Subject: [PATCH] fix typo mime type of `.aif` (#3423) mime type should be `audio/aiff` reference: https://en.wikipedia.org/wiki/Audio_Interchange_File_Format --- system/config/media.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/media.yaml b/system/config/media.yaml index 9c9918af2..1f1469f9d 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -91,7 +91,7 @@ types: aif: type: audio thumb: media/thumb-aif.png - mime: audio/aif + mime: audio/aiff txt: type: file thumb: media/thumb-txt.png