mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Fix a few code style issues
This commit is contained in:
parent
8c42c458a7
commit
7ac2aff50c
1 changed files with 1 additions and 2 deletions
|
|
@ -354,8 +354,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
# new disc, when there is no medium_index and the ordinal of medium
|
||||
# is not sequential. For example, I, II, III, IV, V. Assume these
|
||||
# are the track index, not the medium.
|
||||
|
||||
# side_count is the number of mediums or medium sides (in the case
|
||||
# side_count is the number of mediums or medium sides (in the case
|
||||
# of two-sided mediums) that were seen before
|
||||
medium_is_index = track.medium and not track.medium_index and (
|
||||
len(track.medium) != 1 or
|
||||
|
|
|
|||
Loading…
Reference in a new issue