From a99b7e9e40864d1b7e5b2b6b4d7955e8e7683a28 Mon Sep 17 00:00:00 2001 From: SpirosChadoulos Date: Sun, 16 Apr 2017 15:53:11 +0300 Subject: [PATCH] Provided default value for export. --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index eec478ea6..befbd1a45 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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.