diff --git a/headphones/searcher.py b/headphones/searcher.py index ff3f1e27..9c44344b 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -831,7 +831,7 @@ def searchTorrent(albumid=None, new=False, losslessOnly=False): if whatcd: whatcd.enableCaching() - + logger.info("Getting artist information for %s..." % artistterm) artist = whatcd.getArtist(artistterm) artist_id = artist.getArtistId() else: