mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(trunk libT) update the blocklist URL to "http://update.transmissionbt.com/level1"
This commit is contained in:
parent
63b40ac647
commit
640c9a25dd
1 changed files with 1 additions and 3 deletions
|
@ -846,9 +846,7 @@ blocklistUpdate( tr_session * session,
|
|||
tr_benc * args_out UNUSED,
|
||||
struct tr_rpc_idle_data * idle_data )
|
||||
{
|
||||
/* FIXME: use this url after the website's updated */
|
||||
/* const char * url = "http://update.transmissionbt.com/level1"; */
|
||||
const char * url = "http://download.m0k.org/transmission/files/level1";
|
||||
const char * url = "http://update.transmissionbt.com/level1";
|
||||
tr_webRun( session, url, NULL, gotNewBlocklist, idle_data );
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue