More fixes

This commit is contained in:
Pablo Ferreiro
2022-03-11 23:24:13 +01:00
parent c62df9d631
commit b8f8eb710f
5 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class TrendingController {
static public function rss() {
$api = Misc::api();
$feed = $api->getTrendingFeed();
$feed = $api->getTrending();
if ($feed->meta->success) {
$feed = RSS::build('/trending', 'Trending', 'Tiktok trending', $feed->items);
// Setup headers