mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
Fixes new blocklist URL
This commit is contained in:
parent
193ee88f38
commit
f8fbc13070
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#import "BlocklistScheduler.h"
|
||||
#import "PrefsController.h"
|
||||
|
||||
#define LIST_URL @"http://update.transmissionbt.com/files/level1.gz"
|
||||
#define LIST_URL @"http://update.transmissionbt.com/level1.gz"
|
||||
#define DESTINATION [NSTemporaryDirectory() stringByAppendingPathComponent: @"level1.gz"]
|
||||
|
||||
@interface BlocklistDownloader (Private)
|
||||
|
|
Loading…
Reference in a new issue