Forgot to remove an if-statement.

This commit is contained in:
Oliver Rümpelein 2015-08-03 17:01:56 +02:00
parent 69377291ff
commit 94258110a7

View file

@ -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: