forked from lolcat/4get
1
0
Fork 0

fixed soundcloud crash

This commit is contained in:
lolcat 2024-06-29 18:03:10 -04:00
parent 8161f8e7b8
commit 6df9d17ada
1 changed files with 4 additions and 1 deletions

View File

@ -327,9 +327,12 @@ class sc{
$description[] = $song["title"];
}
if(count($description) != 0){
if(count($description) !== 0){
$description = trim($count . " songs. " . implode(", ", $description));
}else{
$description = "";
}
if(