fix export error for rb3.2
Esse commit está contido em:
@@ -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
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário