From 94258110a74c30acfbdbcaea4643a2d00863904a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Mon, 3 Aug 2015 17:01:56 +0200 Subject: [PATCH] Forgot to remove an if-statement. --- beetsplug/play.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index 6d4a93c4d..6404ab7cf 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -64,10 +64,9 @@ class PlayPlugin(BeetsPlugin): relative_to = util.normpath(relative_to) # Prepare command strings with optional args - if opts.args: - command_str = command_str.format(opts.args or '')\ - .format(confargs or '') - + command_str = command_str.format(opts.args or '')\ + .format(confargs or '') + # Perform search by album and add folders rather than tracks to # playlist. if opts.album: