mirror of
https://github.com/beetbox/beets.git
synced 2026-01-31 04:21:42 +01:00
Remove use of `list.clear()' for compatibility
This commit is contained in:
parent
3ccafa2495
commit
614289af5f
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
if next_divisions:
|
||||
# End of a block of index tracks: update the current divisions.
|
||||
divisions += next_divisions
|
||||
next_divisions.clear()
|
||||
del next_divisions[:]
|
||||
track_info = self.get_track_info(track, index, divisions)
|
||||
track_info.track_alt = track['position']
|
||||
tracks.append(track_info)
|
||||
|
|
|
|||
Loading…
Reference in a new issue