From cd57668b92bf33fe3009c3c4760833ca8c05aafa Mon Sep 17 00:00:00 2001 From: Ade Date: Tue, 15 Aug 2017 17:25:37 +1200 Subject: [PATCH] allow .aif --- headphones/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/__init__.py b/headphones/__init__.py index 2bd3bf9c..c6acc763 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -87,7 +87,7 @@ LATEST_VERSION = None COMMITS_BEHIND = None LOSSY_MEDIA_FORMATS = ["mp3", "aac", "ogg", "ape", "m4a", "asf", "wma", "opus"] -LOSSLESS_MEDIA_FORMATS = ["flac", "aiff"] +LOSSLESS_MEDIA_FORMATS = ["flac", "aiff", "aif"] MEDIA_FORMATS = LOSSY_MEDIA_FORMATS + LOSSLESS_MEDIA_FORMATS MIRRORLIST = ["musicbrainz.org", "headphones", "custom"]