mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add missed bittorrent protocol info on search page
This commit is contained in:
parent
4cafc51b67
commit
2acfc06ca6
1 changed files with 5 additions and 0 deletions
|
|
@ -299,6 +299,11 @@ class TorrentController extends AbstractController
|
|||
[
|
||||
'name' => $file->getName(),
|
||||
'size' => $file->getSize(),
|
||||
'hash' =>
|
||||
[
|
||||
'v1' => $file->getInfoHashV1(false),
|
||||
'v2' => $file->getInfoHashV2(false)
|
||||
],
|
||||
],
|
||||
'scrape' =>
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue