cc-4105: no longer ignoring flac and other formats

This commit is contained in:
Rudi Grinberg 2012-08-14 17:14:27 -04:00
parent f11d4e43ef
commit d51687ed6a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from configobj import ConfigObj
from media.monitor.exceptions import FailedToSetLocale, FailedToCreateDir
supported_extensions = [u"mp3", u"ogg", u"oga"]
supported_extensions = [u"mp3", u"ogg", u"oga", u"flac", u"aac", u"bwf"]
unicode_unknown = u'unknown'
class LazyProperty(object):