fix trending vrcurl options
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user