From 92567c5344ca06b712f16fbc033365e58b80b5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Mon, 19 Dec 2011 21:12:54 +0100 Subject: [PATCH] Don't try to use saved acoustID --- picard/acoustid.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/picard/acoustid.py b/picard/acoustid.py index 16fdbc890..b31aec6d0 100644 --- a/picard/acoustid.py +++ b/picard/acoustid.py @@ -182,11 +182,6 @@ class AcoustIDClient(QtCore.QObject): def analyze(self, file, next): fpcalc_next = partial(self._lookup_fingerprint, next, file.filename) - # return cached track IDs - trackids = file.metadata.getall('acoustid_id') - if trackids: - fpcalc_next(result=('trackid', trackids[0])) - return # use cached fingerprint fingerprints = file.metadata.getall('acoustid_fingerprint') if fingerprints: