Remove fixed TODO comment

This commit is contained in:
inytar 2016-12-31 14:11:55 -05:00
parent d0dd0b2a05
commit cfe9c0f3d4

View file

@ -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])