Still make a copy of this list (fixing my own mistake).

This commit is contained in:
Michael Wiencek
2011-05-30 12:18:34 -05:00
parent 920f461e36
commit 5273ce3932

View File

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