|
@@ -260,7 +260,7 @@ class sc{
|
|
|
$out["author"][] = [
|
|
$out["author"][] = [
|
|
|
"title" => $item["username"],
|
|
"title" => $item["username"],
|
|
|
"followers" => $item["followers_count"],
|
|
"followers" => $item["followers_count"],
|
|
|
- "description" => $item["track_count"] . " songs. " . $this->limitstrlen($item["description"]),
|
|
|
|
|
|
|
+ "description" => trim($item["track_count"] . " songs. " . $this->limitstrlen($item["description"])),
|
|
|
"thumb" => [
|
|
"thumb" => [
|
|
|
"url" => $item["avatar_url"],
|
|
"url" => $item["avatar_url"],
|
|
|
"ratio" => "1:1"
|
|
"ratio" => "1:1"
|