cc-4105: no longer ignoring flac and other formats
This commit is contained in:
parent
f11d4e43ef
commit
d51687ed6a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue