diff options
author | lolcat <will@lolcat.ca> | 2023-10-16 19:45:11 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-10-16 19:45:11 -0400 |
commit | 453b4310e2deea984182f6d3c78c974ba8a9f8d6 (patch) | |
tree | d0b62822195575f9bc85f3686a96ab1ed4e5ae32 /api/v1/music.php | |
parent | f67fadfa885c048aac42d9a703be6277f2987d29 (diff) |
fixed API bug
Diffstat (limited to 'api/v1/music.php')
-rw-r--r-- | api/v1/music.php | 4 |
1 files changed, 2 insertions, 2 deletions
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", |