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