From fafc73077da55fb663c7a49aad19083d7493a4c7 Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Thu, 28 Jan 2016 22:26:55 +0100 Subject: [PATCH] fixed broken tests --- 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 1e9daff98..244d871c7 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -1432,7 +1432,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, confirm): +def move_items(lib, dest, query, copy, album, pretend, 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.