mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
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: {
|
options: {
|
||||||
claimType: ['stream'],
|
claimType: ['stream'],
|
||||||
|
orderBy: ['release_time'],
|
||||||
pageSize: 12,
|
pageSize: 12,
|
||||||
channelIds: YOUTUBER_CHANNEL_IDS,
|
channelIds: YOUTUBER_CHANNEL_IDS,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue