From 5a82c7ead1fd1adc20d4ecaf3ae88578c982ee89 Mon Sep 17 00:00:00 2001 From: j000 Date: Wed, 27 Sep 2017 23:31:35 +0200 Subject: [PATCH] Remove whitespaces from empty line --- beetsplug/play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/play.py b/beetsplug/play.py index b540d7b9b..4d32a3576 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -117,7 +117,7 @@ class PlayPlugin(BeetsPlugin): selection = lib.items(ui.decargs(args)) paths = [item.path for item in selection] item_type = 'track' - + if relative_to: paths = [relpath(path, relative_to) for path in paths]