mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
apply Bencode library update
This commit is contained in:
parent
ff565ac33b
commit
b96ed08694
1 changed files with 3 additions and 1 deletions
|
|
@ -204,7 +204,9 @@ class TorrentController extends AbstractController
|
|||
'private' => $file->isPrivate(),
|
||||
'source' => $file->getSource(),
|
||||
'comment' => $file->getComment(),
|
||||
'tree' => $file->getFileTree(),
|
||||
'tree' => $file->getFileTree(
|
||||
\Rhilip\Bencode\TorrentFile::FILETREE_SORT_NATURAL // #34 @TODO cyrillic
|
||||
),
|
||||
//'trackers' => $file->getAnnounceList(),
|
||||
'hash' =>
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue