mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 12:35:19 +01:00
The way of the impatient is filled with useless commits :(
This commit is contained in:
parent
fa10515799
commit
0ff15c5c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def _tags_for(obj):
|
|||
not found or another error occurs.
|
||||
"""
|
||||
try:
|
||||
if isinstance(el, pylast.Album):
|
||||
if isinstance(obj, pylast.Album):
|
||||
res = super(pylast.Album, obj).get_top_tags()
|
||||
else:
|
||||
res = obj.get_top_tags()
|
||||
|
|
|
|||
Loading…
Reference in a new issue