mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
accidently broke news
This commit is contained in:
parent
d90d81662a
commit
38b97a26e5
2 changed files with 2 additions and 1 deletions
|
@ -930,6 +930,7 @@ class frontend{
|
|||
"mojeek" => "Mojeek"
|
||||
]
|
||||
];
|
||||
break;
|
||||
|
||||
case "music":
|
||||
$filters["scraper"] = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue