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