mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-08 22:17:57 +00:00
add missed bittorrent protocol info on search page
This commit is contained in:
parent
4cafc51b67
commit
2acfc06ca6
@ -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…
Reference in New Issue
Block a user