fix export error for rb3.2

Esse commit está contido em:
fossfreedom
2015-02-28 22:39:57 +00:00
commit bc00a883f7
+3
Ver Arquivo
@@ -179,6 +179,9 @@ class CoverArtTracks(object):
art_location = RB.ExtDB(name='album-art').lookup(key)
if not isinstance(art_location, str):
art_location = art_location[0]
if not art_location:
print("not a valid key to a file containing art")
return False