Browse Source

update webtorrent preview container

twisterarmy
twisterarmy 4 months ago
parent
commit
424e08f2ae
  1. 2
      js/interface_common.js

2
js/interface_common.js

@ -1309,7 +1309,7 @@ function _startTorrentDownloadAndPreview(torrentId, previewContainer, isMedia) {
torrent = WebTorrentClient.add(torrentId); torrent = WebTorrentClient.add(torrentId);
previewContainer.empty(); previewContainer.empty();
var speedStatus = $('<span class="post-text"/>'); var speedStatus = $('<p/>');
previewContainer.append(speedStatus); previewContainer.append(speedStatus);
function updateSpeed () { function updateSpeed () {
var progress = (100 * torrent.progress).toFixed(1) var progress = (100 * torrent.progress).toFixed(1)

Loading…
Cancel
Save