mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix a typo
This commit is contained in:
parent
8e9d335a87
commit
f68dc4652a
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ class EditPlugin(plugins.BeetsPlugin):
|
|||
return False
|
||||
elif choice == 'e': # Keep editing.
|
||||
# Reset the temporary changes to the objects.
|
||||
for objs in objs:
|
||||
for obj in objs:
|
||||
obj.read()
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue