mirror of
https://github.com/beetbox/beets.git
synced 2026-02-14 11:24:39 +01:00
Removed redundant backslash
This commit is contained in:
parent
1217efd2bd
commit
082f944ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ def album_info(release):
|
|||
if 'secondary-type-list' in release['release-group']:
|
||||
if release['release-group']['secondary-type-list']:
|
||||
log.debug('Secondary Type(s) (new data): ' + ', '.join(
|
||||
[secondarytype.lower() for secondarytype in \
|
||||
[secondarytype.lower() for secondarytype in
|
||||
release['release-group']['secondary-type-list']]))
|
||||
|
||||
# Release dates.
|
||||
|
|
|
|||
Loading…
Reference in a new issue