UI: Pending torrent is not necessarily from magnet link

This commit is contained in:
DC
2016-04-01 03:54:17 -07:00
parent 6b7bb079c2
commit bad24ca364

View File

@@ -171,8 +171,8 @@ function TorrentList (state) {
if (!torrentSummary.files) {
// We don't know what files this torrent contains
var message = torrent
? 'Downloading torrent data using magnet link...'
: 'Failed to download torrent data from magnet link. Click the download button to try again...'
? 'Downloading torrent info...'
: 'Failed to load torrent info. Click the download button to try again...'
filesElement = hx`<div class='files warning'>${message}</div>`
} else {
// We do know the files. List them and show download stats for each one