mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update details.php for similar search.
This commit is contained in:
@@ -21,6 +21,10 @@ if (isset($_GET["id"]))
|
||||
$reAudio = $re->getAudio($data["id"]);
|
||||
$reSubs = $re->getSubs($data["id"]);
|
||||
$comments = $rc->getCommentsByGid($data["gid"]);
|
||||
$similars = $releases->searchSimilar($data['id'],
|
||||
$data['searchname'],
|
||||
6,
|
||||
$page->userdata['categoryexclusions']);
|
||||
|
||||
$rage = '';
|
||||
if ($data["rageid"] != '')
|
||||
|
||||
Reference in New Issue
Block a user