mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 20:59:27 +00:00
Disabling what.cd caching for now, it isn't threadsafe.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user