diff --git a/macosx/BlocklistDownloader.m b/macosx/BlocklistDownloader.m index 35a4a5ba4..301614d57 100644 --- a/macosx/BlocklistDownloader.m +++ b/macosx/BlocklistDownloader.m @@ -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)