From 76a6b770656fc19447fd5a6fa25263ccb991b85c Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 23 Jan 2015 15:57:54 -0700 Subject: [PATCH] fixed typo in mime types --- system/config/media.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/config/media.yaml b/system/config/media.yaml index f5a4795da..057d8be91 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -52,19 +52,19 @@ mp3: ogg: type: audio thumb: media/thumb-ogg.png - mine: audio/ogg + mime: audio/ogg wma: type: audio thumb: media/thumb-wma.png - mine: audio/wma + mime: audio/wma m4a: type: audio thumb: media/thumb-m4a.png - mine: audio/m4a + mime: audio/m4a wav: type: audio thumb: media/thumb-wav.png - mine: audio/wav + mime: audio/wav txt: type: file