mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +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:
|
||||
# Implicit path to extractor, search for it in path
|
||||
# TODO how to check for on Windows?
|
||||
self.extractor = 'streaming_extractor_music'
|
||||
try:
|
||||
call([self.extractor])
|
||||
|
|
|
|||
Loading…
Reference in a new issue