mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
Merge branch 'master' of https://github.com/brainz34/picard
This commit is contained in:
@@ -587,7 +587,7 @@ class Tagger(QtGui.QApplication):
|
||||
def load_cluster(self, name, artist):
|
||||
for cluster in self.clusters:
|
||||
cm = cluster.metadata
|
||||
if name == cm["album"] and artist == cm["artist"]:
|
||||
if name == cm["album"] and artist == cm["albumartist"]:
|
||||
return cluster
|
||||
cluster = Cluster(name, artist)
|
||||
self.clusters.append(cluster)
|
||||
|
||||
Reference in New Issue
Block a user