mirror of
https://github.com/beetbox/beets.git
synced 2026-02-02 05:21:45 +01:00
added 1 line before for loop
This commit is contained in:
parent
a99b7e9e40
commit
53618258fa
1 changed files with 4 additions and 0 deletions
|
|
@ -1480,6 +1480,10 @@ def move_items(lib, dest, query, copy, album, pretend, export=False, confirm=Fal
|
|||
for obj in objs])
|
||||
else:
|
||||
if export:
|
||||
objs = ui.input_select_objects(
|
||||
u'Really %s' % act, objs,
|
||||
lambda o: show_path_changes(
|
||||
[(o.path, o.destination(basedir=dest))]))
|
||||
for obj in objs:
|
||||
util.copy(obj.path, obj.destination(basedir=dest))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue