From 8a431fe95e414cfe9d3bfd1913c4fc9ce09717f5 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 25 Jul 2013 23:41:20 +0200 Subject: [PATCH] Adds .aiff extention to type audio. --- src/_h5ai/conf/types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/conf/types.json b/src/_h5ai/conf/types.json index 1e7105df..bf0f5f1a 100644 --- a/src/_h5ai/conf/types.json +++ b/src/_h5ai/conf/types.json @@ -7,7 +7,7 @@ File types mapped to file extensions { "archive": [".tar.bz2", ".tar.gz", ".tgz"], - "audio": [".aif", ".flac", ".m4a", ".mid", ".mp3", ".mpa", ".ra", ".ogg", ".wav", ".wma"], + "audio": [".aif", ".aiff", ".flac", ".m4a", ".mid", ".mp3", ".mpa", ".ra", ".ogg", ".wav", ".wma"], "authors": ["authors"], "bin": [".class", ".o", ".so"], "blank": [],