sort by release_time for youtube row on homepage

This commit is contained in:
Sean Yesmunt 2020-06-29 17:29:58 -04:00
parent 935f5e50d9
commit 7a588ccecf

View file

@ -113,6 +113,7 @@ export default function getHomePageRowData(
)}`, )}`,
options: { options: {
claimType: ['stream'], claimType: ['stream'],
orderBy: ['release_time'],
pageSize: 12, pageSize: 12,
channelIds: YOUTUBER_CHANNEL_IDS, channelIds: YOUTUBER_CHANNEL_IDS,
}, },