mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 02:47:27 +08:00
api add page_title
This commit is contained in:
@@ -32,6 +32,7 @@ class PeerController extends Controller
|
||||
'seeder_list' => [],
|
||||
'leecher_list' => [],
|
||||
'card_titles' => Peer::$cardTitles,
|
||||
'page_title' => nexus_trans('peer.index.page_title'),
|
||||
];
|
||||
$result = $this->repository->listPeers($request->torrent_id);
|
||||
if ($result['seeder_list']->isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user