apply Bencode library update

This commit is contained in:
ghost 2023-11-04 15:02:38 +02:00
parent ff565ac33b
commit b96ed08694

View File

@ -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' =>
[