We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624b257 commit 5be6f3aCopy full SHA for 5be6f3a
beetsplug/discogs/__init__.py
@@ -291,11 +291,6 @@ def get_search_query_with_filters(
291
return query, filters
292
293
for tag, api_field in self.extra_discogs_field_by_tag.items():
294
- # The Discogs search API does not provide direct equivalents for
295
- # MusicBrainz "alias" or "tracks" search fields, so we ignore
296
- # those tags if configured.
297
- if tag in {"alias", "tracks"}:
298
- continue
299
300
most_common, _count = util.plurality(
301
item.get(tag) for item in items
0 commit comments