mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Fix for #1903
This commit is contained in:
@@ -935,7 +935,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None):
|
|||||||
|
|
||||||
# Use proxy if specified
|
# Use proxy if specified
|
||||||
if headphones.KAT_PROXY_URL:
|
if headphones.KAT_PROXY_URL:
|
||||||
providerurl = url_fix(set_proxy(proxy_url))
|
providerurl = url_fix(set_proxy(headphones.KAT_PROXY_URL))
|
||||||
else:
|
else:
|
||||||
providerurl = url_fix("https://kickass.to")
|
providerurl = url_fix("https://kickass.to")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user