mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
rename magnet meta fields
This commit is contained in:
parent
14ee992930
commit
55ee0d86d8
10 changed files with 70 additions and 70 deletions
|
|
@ -212,11 +212,11 @@ else
|
|||
// Return html
|
||||
$response->html->title = sprintf(
|
||||
_('%s - Download - %s'),
|
||||
htmlentities($magnet->metaTitle),
|
||||
htmlentities($magnet->title),
|
||||
WEBSITE_NAME
|
||||
);
|
||||
|
||||
$response->html->h1 = htmlentities($magnet->metaTitle);
|
||||
$response->html->h1 = htmlentities($magnet->title);
|
||||
|
||||
// @TODO implement .bittorrent, separated v1/v2 magnet links
|
||||
$response->html->link->magnet = implode('&', array_unique($link->magnet));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue