forked from lolcat/4get
fixed soundcloud crash
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user