Comment 1 for bug 526845

Revision history for this message
Loris Zinsou (nepenthes) wrote :

This is a quick and dirty fix in /usr/lib/rhythmbox/plugins/context/ArtistTab.py :

Added:

import locale //line 34

language_string = locale.setlocale(locale.LC_ALL, '') //line 231
language_alpha2 = language_string[:2] //line 232

Modified:

url = '%sartist.%s&artist=%s&lang=%s&api_key=%s' % (LastFM.URL_PREFIX, value['function'], artist, language_alpha2, LastFM.API_KEY) //line 236