From 424e08f2ae09171cb2bb9703ff3c732e305a77e9 Mon Sep 17 00:00:00 2001 From: twisterarmy Date: Mon, 3 Jun 2024 07:17:25 +0300 Subject: [PATCH] update webtorrent preview container --- js/interface_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/interface_common.js b/js/interface_common.js index 55e56c9..2c74909 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -1309,7 +1309,7 @@ function _startTorrentDownloadAndPreview(torrentId, previewContainer, isMedia) { torrent = WebTorrentClient.add(torrentId); previewContainer.empty(); - var speedStatus = $(''); + var speedStatus = $('

'); previewContainer.append(speedStatus); function updateSpeed () { var progress = (100 * torrent.progress).toFixed(1)