diff options
Diffstat (limited to 'scraper')
-rw-r--r-- | scraper/sc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/sc.php b/scraper/sc.php index 88d4dab..f297723 100644 --- a/scraper/sc.php +++ b/scraper/sc.php @@ -260,7 +260,7 @@ class sc{ $out["author"][] = [ "title" => $item["username"], "followers" => $item["followers_count"], - "description" => $item["track_count"] . " songs. " . $this->limitstrlen($item["description"]), + "description" => trim($item["track_count"] . " songs. " . $this->limitstrlen($item["description"])), "thumb" => [ "url" => $item["avatar_url"], "ratio" => "1:1" |