rename magnet meta fields

This commit is contained in:
ghost 2023-09-12 14:37:48 +03:00
parent 14ee992930
commit 55ee0d86d8
10 changed files with 70 additions and 70 deletions

View file

@ -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));