The way of the impatient is filled with useless commits :(

This commit is contained in:
Peter Schnebel 2013-10-16 11:35:26 +02:00
parent fa10515799
commit 0ff15c5c4d

View file

@ -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()