Update __init__.py

V2 aiff lossless file inclusion
This commit is contained in:
goobags
2016-03-20 15:01:59 +11:00
parent 0ac947099c
commit 8940a14666

View File

@@ -87,7 +87,7 @@ LATEST_VERSION = None
COMMITS_BEHIND = None
LOSSY_MEDIA_FORMATS = ["mp3", "aac", "ogg", "ape", "m4a", "asf", "wma"]
LOSSLESS_MEDIA_FORMATS = ["flac"]
LOSSLESS_MEDIA_FORMATS = ["flac","aiff","aif"]
MEDIA_FORMATS = LOSSY_MEDIA_FORMATS + LOSSLESS_MEDIA_FORMATS
MIRRORLIST = ["musicbrainz.org", "headphones", "custom"]