Fix.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Sun, 9 Oct 2011 07:37:50 +0000 (07:37 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Sun, 9 Oct 2011 07:37:50 +0000 (07:37 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@67 2dec19e3-eb1d-4749-8193-008c8bba0994

default.py

index 7742c24..ebe1660 100644 (file)
@@ -353,7 +353,7 @@ class Grooveshark:
                 artistID = artist[1]
                 if __debugging__ :
                     xbmc.log("Found " + artist[0] + "...")
                 artistID = artist[1]
                 if __debugging__ :
                     xbmc.log("Found " + artist[0] + "...")
-                albums = groovesharkApi.getArtistAlbums(artistID, self.albumsearchlimit, True)
+                albums = groovesharkApi.getArtistAlbums(artistID, self.albumsearchlimit)
                 if (len(albums) > 0):
                     self._add_albums_directory(albums, artistID)
                 else:
                 if (len(albums) > 0):
                     self._add_albums_directory(albums, artistID)
                 else: