diff --git a/headphones/searcher.py b/headphones/searcher.py index 7c48f83b..ec60c3f6 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -831,7 +831,7 @@ def searchTorrent(albumid=None, new=False, losslessOnly=False): logger.warn("What.cd credentials incorrect or site is down.") if whatcd: - whatcd.enableCaching() +# whatcd.enableCaching() logger.info("Getting artist information for %s..." % artistterm) artist = whatcd.getArtist(artistterm) artist_id = artist.getArtistId()