mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Try to fix TravisCI-errors.
This commit is contained in:
parent
d05e251a14
commit
69377291ff
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ class PlayPlugin(BeetsPlugin):
|
|||
# Prepare command strings with optional args
|
||||
if opts.args:
|
||||
command_str = command_str.format(opts.args or '')\
|
||||
.format(confargs 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