From: stephendenham Date: Sun, 9 Oct 2011 07:37:50 +0000 (+0000) Subject: Fix. X-Git-Url: https://git.hcoop.net/clinton/xbmc-groove.git/commitdiff_plain/8d7ba769bd256fb5f4483ca0c193a75d9b16942b Fix. git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@67 2dec19e3-eb1d-4749-8193-008c8bba0994 --- diff --git a/default.py b/default.py index 7742c24..ebe1660 100644 --- a/default.py +++ b/default.py @@ -353,7 +353,7 @@ class Grooveshark: 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: