Changed comment to reflect current status

This commit is contained in:
anshuman73 2016-11-30 20:44:12 +05:30
parent 0c61e08d7f
commit 1217efd2bd

View file

@ -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: