mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-09 14:37:53 +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(),
|
'name' => $file->getName(),
|
||||||
'size' => $file->getSize(),
|
'size' => $file->getSize(),
|
||||||
|
'hash' =>
|
||||||
|
[
|
||||||
|
'v1' => $file->getInfoHashV1(false),
|
||||||
|
'v2' => $file->getInfoHashV2(false)
|
||||||
|
],
|
||||||
],
|
],
|
||||||
'scrape' =>
|
'scrape' =>
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user