mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Remove whitespaces from empty line
This commit is contained in:
parent
77e8f21094
commit
5a82c7ead1
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class PlayPlugin(BeetsPlugin):
|
||||||
selection = lib.items(ui.decargs(args))
|
selection = lib.items(ui.decargs(args))
|
||||||
paths = [item.path for item in selection]
|
paths = [item.path for item in selection]
|
||||||
item_type = 'track'
|
item_type = 'track'
|
||||||
|
|
||||||
if relative_to:
|
if relative_to:
|
||||||
paths = [relpath(path, relative_to) for path in paths]
|
paths = [relpath(path, relative_to) for path in paths]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue