mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Remove fixed TODO comment
This commit is contained in:
parent
d0dd0b2a05
commit
cfe9c0f3d4
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ class AcousticBrainzSubmitPlugin(plugins.BeetsPlugin):
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
# Implicit path to extractor, search for it in path
|
# Implicit path to extractor, search for it in path
|
||||||
# TODO how to check for on Windows?
|
|
||||||
self.extractor = 'streaming_extractor_music'
|
self.extractor = 'streaming_extractor_music'
|
||||||
try:
|
try:
|
||||||
call([self.extractor])
|
call([self.extractor])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue