mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 17:33:51 +01:00
Changed comment to reflect current status
This commit is contained in:
parent
0c61e08d7f
commit
1217efd2bd
1 changed files with 3 additions and 2 deletions
|
|
@ -276,8 +276,9 @@ def album_info(release):
|
|||
disambig.append(release.get('disambiguation'))
|
||||
info.albumdisambig = u', '.join(disambig)
|
||||
|
||||
# Considers all release types (both primary and secondary) and
|
||||
# stores them as a comma-separated string
|
||||
# Retrieves the Release type.
|
||||
# Considers all other release types(including primary and secondary) (new)
|
||||
# and logs them.
|
||||
if 'type' in release['release-group']:
|
||||
reltype = release['release-group']['type']
|
||||
if reltype:
|
||||
|
|
|
|||
Loading…
Reference in a new issue