From 603ad300404f2648b5884ea5b0dcb0d3380ad46c Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Thu, 20 Feb 2014 20:56:32 +0100 Subject: [PATCH] Fix Upload* display --- js/ctrls/download.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ctrls/download.js b/js/ctrls/download.js index 90b6d7e..cd03b17 100644 --- a/js/ctrls/download.js +++ b/js/ctrls/download.js @@ -204,6 +204,7 @@ function( if (d.bittorrent) { ctx.bittorrentName = d.bittorrent.info && d.bittorrent.info.name; + ctx.bittorrent = true; } else { delete ctx.bittorrentName;