mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
parent
72436644a6
commit
77f7d18c00
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class SpotifyPlugin(BeetsPlugin):
|
|||
.format(failure_count))
|
||||
for track in failures:
|
||||
log.info(u'track: {0}'.format(track))
|
||||
log.info(u'') # Is this necesssary
|
||||
log.info(u'')
|
||||
else:
|
||||
log.warn(u'{0} track(s) did not match a Spotify ID;\n'
|
||||
u'use --show-failures to display'
|
||||
|
|
|
|||
Loading…
Reference in a new issue