add bittorrent protocol version labels notice

This commit is contained in:
ghost 2023-10-15 18:47:52 +03:00
parent 8cf9905846
commit 4c521aef99
2 changed files with 21 additions and 2 deletions

View file

@ -443,6 +443,11 @@ class TorrentController extends AbstractController
[
'name' => $file->getName(),
'size' => $file->getSize(),
'hash' =>
[
'v1' => $file->getInfoHashV1(false),
'v2' => $file->getInfoHashV2(false)
],
],
'scrape' =>
[