From da83515423a9c3a383e30d3671f340429668887d Mon Sep 17 00:00:00 2001 From: amogusussy <83502633+amogusussy@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:38:19 +0000 Subject: [PATCH] Update thepiratebay.php --- engines/bittorrent/thepiratebay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/bittorrent/thepiratebay.php b/engines/bittorrent/thepiratebay.php index 2944dbc..01c285d 100644 --- a/engines/bittorrent/thepiratebay.php +++ b/engines/bittorrent/thepiratebay.php @@ -26,8 +26,8 @@ array ( "size" => htmlspecialchars($size), "name" => htmlspecialchars($name), - "seeders" => htmlspecialchars($seeders), - "leechers" => htmlspecialchars($leechers), + "seeders" => intval(htmlspecialchars($seeders)), + "leechers" => intval(htmlspecialchars($leechers)), "magnet" => htmlspecialchars($magnet), "source" => "thepiratebay.org" )