sort by release_time for youtube row on homepage
This commit is contained in:
parent
935f5e50d9
commit
7a588ccecf
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ export default function getHomePageRowData(
|
|||
)}`,
|
||||
options: {
|
||||
claimType: ['stream'],
|
||||
orderBy: ['release_time'],
|
||||
pageSize: 12,
|
||||
channelIds: YOUTUBER_CHANNEL_IDS,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue