fix trending vrcurl options

This commit is contained in:
Lamp 2024-05-19 12:20:09 -07:00
parent 9f143cb84e
commit 4b7f526902

@ -33,7 +33,7 @@ async function VRCYoutubeSearch(pool, query, options = {}) {
for (let tab of tabs) {
data.tabs.push({
name: tab.name,
vrcurl: await putVrcUrl(pool, {type: "trending", bp: tab.bp})
vrcurl: await putVrcUrl(pool, {type: "trending", bp: tab.bp, options})
});
}
break;