mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
make comment consistent
This commit is contained in:
parent
3d937e037b
commit
2a77758ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ class AlbumChange(ChangeRepresentation):
|
|||
suggests for them.
|
||||
"""
|
||||
# Tracks.
|
||||
# match is an AlbumMatch named tuple, mapping is a dict
|
||||
# match is an AlbumMatch NamedTuple, mapping is a dict
|
||||
# Sort the pairs by the track_info index (at index 1 of the NamedTuple)
|
||||
pairs = list(self.match.mapping.items())
|
||||
pairs.sort(key=lambda item_and_track_info: item_and_track_info[1].index)
|
||||
|
|
|
|||
Loading…
Reference in a new issue