From 1217efd2bd4a63645a605136856cee30de25bec9 Mon Sep 17 00:00:00 2001 From: anshuman73 Date: Wed, 30 Nov 2016 20:44:12 +0530 Subject: [PATCH] Changed comment to reflect current status --- beets/autotag/mb.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beets/autotag/mb.py b/beets/autotag/mb.py index 17cb62776..0d689917e 100644 --- a/beets/autotag/mb.py +++ b/beets/autotag/mb.py @@ -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: