mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add bittorrent protocol version labels notice
This commit is contained in:
parent
8cf9905846
commit
4c521aef99
2 changed files with 21 additions and 2 deletions
|
|
@ -443,6 +443,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