mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-22 15:44:59 +00:00
Still make a copy of this list (fixing my own mistake).
This commit is contained in:
@@ -249,7 +249,7 @@ class Tagger(QtGui.QApplication):
|
||||
if album.loaded:
|
||||
album.match_files(files)
|
||||
else:
|
||||
for file in files:
|
||||
for file in list(files):
|
||||
file.move(album.unmatched_files)
|
||||
|
||||
def move_file_to_album(self, file, albumid=None):
|
||||
|
||||
Reference in New Issue
Block a user