Esempio n. 1
0
def ArtistTracks(sender, artist):
    artistTracks = LastFm.ArtistTracks(artist[0])
    return AppendTracks(sender, artistTracks)