This commit is contained in:
Ade
2015-09-04 18:32:15 +12:00
parent 9db88a6c4f
commit ee415d0e50

View File

@@ -116,7 +116,7 @@ def getArtists():
return
logger.info("Fetching artists from Last.FM for username: %s", headphones.CONFIG.LASTFM_USERNAME)
data = request_lastfm("library.getartists", limit=10000, user=headphones.CONFIG.LASTFM_USERNAME)
data = request_lastfm("library.getartists", limit=1000, user=headphones.CONFIG.LASTFM_USERNAME)
if data and "artists" in data:
artistlist = []