Version for new API. Fix artist search.
[clinton/xbmc-groove.git] / default.py
index 11580b8..dee06e3 100644 (file)
@@ -195,7 +195,7 @@ class Groveshark:
     # Show selected artist
     def artist(self, artistid):
         albums = groovesharkApi.getArtistAlbums(artistid, limit = self.albumsearchlimit)
-        self._add_albums_directory(albums, artistid)
+        self._add_albums_directory(albums)
     
     # Show selected playlist
     def playlist(self, playlistid):