Commit 4ba0e16c authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

LandingGadget: Add warning that getting the torrent may take a while

parent 1f8c93f2
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
} }
function downloadTorrent(gadget, torrentId, logFunction) { function downloadTorrent(gadget, torrentId, logFunction) {
logFunction("Preparing"); logFunction("Getting Torrent Data, this may take a while");
return RSVP.Promise(function (resolve, reject) { return RSVP.Promise(function (resolve, reject) {
var client = new WebTorrent(); var client = new WebTorrent();
client.on('error', function (err) { client.on('error', function (err) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment