mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
Provided default value for export.
This commit is contained in:
parent
d4413a2bc4
commit
a99b7e9e40
1 changed files with 1 additions and 1 deletions
|
|
@ -1450,7 +1450,7 @@ default_commands.append(modify_cmd)
|
|||
|
||||
# move: Move/copy files to the library or a new base directory.
|
||||
|
||||
def move_items(lib, dest, query, copy, album, pretend, export, confirm=False):
|
||||
def move_items(lib, dest, query, copy, album, pretend, export=False, confirm=False):
|
||||
"""Moves or copies items to a new base directory, given by dest. If
|
||||
dest is None, then the library's base directory is used, making the
|
||||
command "consolidate" files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue