mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update episodesLink construction in getMeta and limit catalog size in posts
This commit is contained in:
@@ -120,7 +120,7 @@ async function posts({
|
||||
}
|
||||
});
|
||||
|
||||
return catalog;
|
||||
return catalog.slice(0, 50);
|
||||
} catch (err) {
|
||||
console.error("111477 directory listing error:", err);
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user