mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Keep index tracks in coalesced tracklist
This commit is contained in:
parent
53dcb24d10
commit
8bda9f991a
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
else:
|
||||
# Promote the subtracks to real tracks, discarding the
|
||||
# index track, assuming the subtracks are physical tracks.
|
||||
index_track = tracklist.pop()
|
||||
index_track = tracklist[-1]
|
||||
# Fix artists when they are specified on the index track.
|
||||
if index_track.get('artists'):
|
||||
for subtrack in subtracks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue