diff --git a/scraper/sc.php b/scraper/sc.php index 011293a..7083c42 100644 --- a/scraper/sc.php +++ b/scraper/sc.php @@ -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(