Fix a typo

This commit is contained in:
Adrian Sampson 2015-11-17 13:14:15 -08:00
parent 8e9d335a87
commit f68dc4652a

View file

@ -209,7 +209,7 @@ class EditPlugin(plugins.BeetsPlugin):
return False return False
elif choice == 'e': # Keep editing. elif choice == 'e': # Keep editing.
# Reset the temporary changes to the objects. # Reset the temporary changes to the objects.
for objs in objs: for obj in objs:
obj.read() obj.read()
continue continue