This commit is contained in:
Mukhtar Akere
2025-02-22 00:37:38 +01:00
parent 7af0de76cc
commit 3b463adf09

View File

@@ -86,7 +86,7 @@
<td>${torrent.debrid || 'None'}</td>
<td><span class="badge ${getStateColor(torrent.state)}">${torrent.state}</span></td>
<td>
<button class="btn btn-sm btn-outline-danger" onclick="deleteTorrent('${torrent.hash}', ${torrent.category})">
<button class="btn btn-sm btn-outline-danger" onclick="deleteTorrent('${torrent.hash}', '${torrent.category}')">
<i class="bi bi-trash"></i>
</button>
</td>