From a3634c19cf43ceef9d52c58ffa421e8b7d9f5933 Mon Sep 17 00:00:00 2001 From: ZAZiOs <85897688+ZAZiOs@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:14:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B5=D0=BF=D1=80=D0=B8=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0=20audio.get?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VKAPI/Handlers/Audio.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/VKAPI/Handlers/Audio.php b/VKAPI/Handlers/Audio.php index df9cf935..3e133ffa 100644 --- a/VKAPI/Handlers/Audio.php +++ b/VKAPI/Handlers/Audio.php @@ -21,13 +21,7 @@ final class Audio extends VKAPIRequestHandler $this->fail(201, "Access denied to audio(" . $audio->getId() . ")"); } - # рофлан ебало - $privApi = $hash && $GLOBALS["csrfCheck"]; $audioObj = $audio->toVkApiStruct($this->getUser()); - if (!$privApi) { - $audioObj->manifest = false; - $audioObj->keys = false; - } if ($need_user) { $user = (new \openvk\Web\Models\Repositories\Users())->get($audio->getOwner()->getId());