diff --git a/VKAPI/Handlers/Audio.php b/VKAPI/Handlers/Audio.php index 184fb069f..53ea2d831 100644 --- a/VKAPI/Handlers/Audio.php +++ b/VKAPI/Handlers/Audio.php @@ -210,6 +210,10 @@ public function get(int $owner_id = 0, int $album_id = 0, string $audio_ids = '' { $this->requireUser(); + if ($owner_id == 0) { + $owner_id = $this->getUser()->getRealId(); + } + $shuffleSeed = null; $shuffleSeedStr = null; if ($shuffle == 1) {