mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-02 13:53:59 +00:00
Lookup files individually for "Unmatched Files".
This commit is contained in:
@@ -249,6 +249,10 @@ class UnmatchedFiles(Cluster):
|
||||
super(UnmatchedFiles, self).remove_file(file)
|
||||
self.tagger.window.enable_cluster(self.get_num_files() > 0)
|
||||
|
||||
def lookup_metadata(self):
|
||||
for file in self.files:
|
||||
file.lookup_metadata()
|
||||
|
||||
|
||||
class ClusterList(list, Item):
|
||||
"""A list of clusters."""
|
||||
|
||||
Reference in New Issue
Block a user