|
|
@ -125,6 +125,7 @@ class TorrentController extends AbstractController |
|
|
|
'peers' => (int) $torrent->getPeers(), |
|
|
|
'peers' => (int) $torrent->getPeers(), |
|
|
|
'leechers' => (int) $torrent->getLeechers(), |
|
|
|
'leechers' => (int) $torrent->getLeechers(), |
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
'keywords' => $torrent->getKeywords(), |
|
|
|
'locales' => $torrent->getLocales(), |
|
|
|
'locales' => $torrent->getLocales(), |
|
|
|
'sensitive' => $torrent->isSensitive(), |
|
|
|
'sensitive' => $torrent->isSensitive(), |
|
|
|
'approved' => $torrent->isApproved(), |
|
|
|
'approved' => $torrent->isApproved(), |
|
|
|