1
0
Fork 0
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:
Eric Petit 2009-03-08 13:23:17 +00:00
parent 193ee88f38
commit f8fbc13070

View file

@ -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)