From cfe9c0f3d4155924bd330378ab846da014c4d2cb Mon Sep 17 00:00:00 2001 From: inytar Date: Sat, 31 Dec 2016 14:11:55 -0500 Subject: [PATCH] Remove fixed TODO comment --- beetsplug/absubmit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/absubmit.py b/beetsplug/absubmit.py index 804930b07..807d6618c 100644 --- a/beetsplug/absubmit.py +++ b/beetsplug/absubmit.py @@ -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])