Merge remote-tracking branch 'MIKAd3v/develop' into develop

This commit is contained in:
rembo10
2016-12-01 15:51:01 +00:00

View File

@@ -1801,7 +1801,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None,
if headphones.CONFIG.TQUATTRECENTONZE:
username = headphones.CONFIG.TQUATTRECENTONZE_USER
password = headphones.CONFIG.TQUATTRECENTONZE_PASSWORD
API_URL = "http://api.t411.ch"
API_URL = "http://api.t411.li"
AUTH_URL = API_URL + '/auth'
DL_URL = API_URL + '/torrents/download/'
provider = "t411"