remove taglib_extractor as a default feature, prefering it to be manually enabled
This commit is contained in:
parent
4603fc33e3
commit
14c1faf3cf
|
@ -69,7 +69,6 @@ default = [
|
|||
"replaygain",
|
||||
"mp3_extractor",
|
||||
"flac_extractor",
|
||||
"taglib_extractor",
|
||||
"ffprobe_extractor",
|
||||
"command_genhtml"
|
||||
]
|
||||
|
@ -82,4 +81,4 @@ ffprobe_extractor = [] # If to allow using ffmpeg/ffprobe as a fallback tag extr
|
|||
|
||||
command_genhtml = ["dep:html-escape", "dep:urlencoding"]
|
||||
|
||||
replaygain = ["dep:replaygain"]
|
||||
replaygain = ["dep:replaygain"]
|
||||
|
|
Loading…
Reference in a new issue