mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 08:32:06 +01:00
Forgot to remove an if-statement.
This commit is contained in:
parent
69377291ff
commit
94258110a7
1 changed files with 3 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue