mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-28 23:58:43 +00:00
play torrent button fix
This commit is contained in:
parent
d967842595
commit
271e656ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ function tsearch(a, b) {
|
|||
<td>${i("seeders").textContent}</td>
|
||||
<td>${i("leechers").textContent}</td>
|
||||
<td>${i("downloads").textContent}</td>
|
||||
<td onclick="console.log('${i('link').textContent}')">Play</td>
|
||||
<td onclick="addTorrent('${i('infoHash').textContent}')">Play</td>
|
||||
`
|
||||
frag.appendChild(template)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue