Don't freak out if we don't have the Snark library. We'll sort this out more
nicely later.
This commit is contained in:
@@ -506,11 +506,11 @@ public abstract class Getdown extends Thread
|
||||
|
||||
// Torrent downloading is disabled by default until the kinks are out
|
||||
Downloader dl;
|
||||
if (false) {
|
||||
dl = new TorrentDownloader(resources, obs);
|
||||
} else {
|
||||
// if (false) {
|
||||
// dl = new TorrentDownloader(resources, obs);
|
||||
// } else {
|
||||
dl = new HTTPDownloader(resources, obs);
|
||||
}
|
||||
// }
|
||||
dl.start();
|
||||
|
||||
// now wait for it to complete
|
||||
|
||||
Reference in New Issue
Block a user