Version for new API. Fix artist search.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Fri, 14 Jan 2011 12:18:25 +0000 (12:18 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Fri, 14 Jan 2011 12:18:25 +0000 (12:18 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@33 2dec19e3-eb1d-4749-8193-008c8bba0994

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):