From 69377291ff42b928cb7182f4af3cdf3822447ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Sun, 2 Aug 2015 21:08:44 +0200 Subject: [PATCH] Try to fix TravisCI-errors. --- beetsplug/play.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index 3cf3ad7d9..6d4a93c4d 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -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: