diff --git a/beetsplug/hook.py b/beetsplug/hook.py index 5d15a55aa..ed6fa4e93 100644 --- a/beetsplug/hook.py +++ b/beetsplug/hook.py @@ -101,7 +101,7 @@ class HookPlugin(BeetsPlugin): hook_command = hook_command.replace(original, hook_event) hook_function = create_hook_function(self._log, hook_event, - hook_command, shell, - substitute_args) + hook_command, shell, + substitute_args) self.register_listener(hook_event, hook_function)