From 5be35dc5963a4004a95dc91d34f5b2d01d122f86 Mon Sep 17 00:00:00 2001 From: Izzy Galvez Date: Sun, 25 Oct 2015 04:00:22 +0000 Subject: add audio file types --- .autoindex/file-types.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.autoindex/file-types.js b/.autoindex/file-types.js index 9804529..1f705c1 100644 --- a/.autoindex/file-types.js +++ b/.autoindex/file-types.js @@ -47,6 +47,17 @@ var fileTypes = [ ] }, + { + type: "audio", + icon: "music", + extensions: [ + 'mp3', + 'wav', + 'wma', + 'ogg' + ] + }, + { type: "font", icon: "font", -- cgit v1.2.3