mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add meta keywords support
This commit is contained in:
parent
306ccb6078
commit
2524a30476
3 changed files with 9 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ class TorrentController extends AbstractController
|
|||
'peers' => (int) $torrent->getPeers(),
|
||||
'leechers' => (int) $torrent->getLeechers(),
|
||||
],
|
||||
'keywords' => $torrent->getKeywords(),
|
||||
'locales' => $torrent->getLocales(),
|
||||
'sensitive' => $torrent->isSensitive(),
|
||||
'approved' => $torrent->isApproved(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue