diff --git a/beetsplug/lastgenre/__init__.py b/beetsplug/lastgenre/__init__.py index 12b26adc3..790e34da0 100644 --- a/beetsplug/lastgenre/__init__.py +++ b/beetsplug/lastgenre/__init__.py @@ -55,7 +55,7 @@ def _tags_for(obj): not found or another error occurs. """ try: - res = obj.get_top_tags() + res = super(pylast.Album, obj).get_top_tags() except PYLAST_EXCEPTIONS as exc: log.debug(u'last.fm error: %s' % unicode(exc)) return []