diff --git a/www/pages/details.php b/www/pages/details.php index 30fc98511..bc1598176 100644 --- a/www/pages/details.php +++ b/www/pages/details.php @@ -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"] != '')