cc-4105: no longer ignoring flac and other formats
This commit is contained in:
parent
f11d4e43ef
commit
d51687ed6a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from configobj import ConfigObj
|
||||||
|
|
||||||
from media.monitor.exceptions import FailedToSetLocale, FailedToCreateDir
|
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'
|
unicode_unknown = u'unknown'
|
||||||
|
|
||||||
class LazyProperty(object):
|
class LazyProperty(object):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue