From 453b4310e2deea984182f6d3c78c974ba8a9f8d6 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 16 Oct 2023 19:45:11 -0400 Subject: fixed API bug --- api/v1/music.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/v1/music.php') diff --git a/api/v1/music.php b/api/v1/music.php index 7512ac0..3c30953 100644 --- a/api/v1/music.php +++ b/api/v1/music.php @@ -10,9 +10,9 @@ $frontend = new frontend(); /* Captcha */ -$null = null; include "lib/captcha_gen.php"; -new captcha($null, $null, $null, $null, false); +$null = null; +new captcha($null, $null, $null, "music", false); [$scraper, $filters] = $frontend->getscraperfilters( "music", -- cgit v1.2.3