Skip to content

Commit e444143

Browse files
committed
Corrected line length
1 parent 813b078 commit e444143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beets/autotag/mb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ def track_info(recording, index=None, medium=None, medium_index=None,
219219
lyricist.append(artist_relation['artist']['name'])
220220
elif type == 'composer':
221221
composer.append(artist_relation['artist']['name'])
222-
composer_sort.append(artist_relation['artist']['sort-name'])
222+
composer_sort.append(
223+
artist_relation['artist']['sort-name'])
223224
if lyricist:
224225
info.lyricist = u', '.join(lyricist)
225226
if composer:

0 commit comments

Comments
 (0)