From 8d7ba769bd256fb5f4483ca0c193a75d9b16942b Mon Sep 17 00:00:00 2001 From: stephendenham Date: Sun, 9 Oct 2011 07:37:50 +0000 Subject: [PATCH] Fix. git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@67 2dec19e3-eb1d-4749-8193-008c8bba0994 --- default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1