From ce54befa8267fd31742311cd570ca85de4328784 Mon Sep 17 00:00:00 2001 From: kiriles90 <38388670+kiriles90@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:00:14 +0300 Subject: [PATCH] Update torrent-list.tpl --- src/app/templates/torrent-list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/templates/torrent-list.tpl b/src/app/templates/torrent-list.tpl index 34c5f2eb2f..9a25acae06 100644 --- a/src/app/templates/torrent-list.tpl +++ b/src/app/templates/torrent-list.tpl @@ -2,7 +2,7 @@ <%_.each(torrents, function(torrent, k) { %> title="<%=torrent.source.split('//').pop().split('/')[0] %>" <% } else { %>title="<%=torrent.provider.toLowerCase() %>" style="cursor:default" <% } %>data-toggle="tooltip" data-container="body" data-placement="left">style="cursor:default" <% } %>onerror="this.onerror=null; this.style.display='none'; this.parentElement.style.top='0'; this.parentElement.classList.add('fas', 'fa-link')" onload="this.onerror=null; this.onload=null;"/> - <%=torrent.title %> + <%=torrent.title %> <%=torrent.seed || torrent.seeds || 0 %> / <%=torrent.peer || torrent.peers || 0 %> <% if (torrent.quality) { %><%=torrent.quality %><% } %> <% if (torrent.filesize) { %><%=torrent.filesize %><% } %>