We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32a77f commit de85b01Copy full SHA for de85b01
1 file changed
beetsplug/lastgenre/client.py
@@ -143,6 +143,7 @@ def _last_lookup(
143
"last.fm (unfiltered) {} tags: {}", entity, genres
144
)
145
146
+ # Apply aliases and log each change.
147
# Filter forbidden genres on every call so ignorelist hits are logged.
148
# Artist is always the first element in args (album, artist, track lookups).
149
result = []
0 commit comments