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 %> | <% } %>
From 7235c402929db96cd0d65dcdee6359a34a97fb2a Mon Sep 17 00:00:00 2001
From: kiriles90 <38388670+kiriles90@users.noreply.github.com>
Date: Wed, 17 Apr 2024 15:00:41 +0300
Subject: [PATCH 4/4] Update seedbox.js
---
src/app/lib/views/seedbox.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/lib/views/seedbox.js b/src/app/lib/views/seedbox.js
index 410d4865e1..6b94b271b1 100644
--- a/src/app/lib/views/seedbox.js
+++ b/src/app/lib/views/seedbox.js
@@ -478,7 +478,7 @@
selected = true;
}
$fileList.append(`
- ${file.name}
+ ${file.name}