Don't try to use saved acoustID

This commit is contained in:
Lukáš Lalinský
2011-12-19 21:12:54 +01:00
parent 0b9fad8afc
commit 92567c5344

View File

@@ -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: