bugfix
This commit is contained in:
parent
39f0a6aa97
commit
1030f7c1ef
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ export function GetLinksData(
|
||||||
link: `/$/${PAGES.DISCOVER}?${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${CS.FRESH_DAY}`,
|
link: `/$/${PAGES.DISCOVER}?${CS.ORDER_BY_KEY}=${CS.ORDER_BY_TOP}&${CS.FRESH_KEY}=${CS.FRESH_DAY}`,
|
||||||
options: {
|
options: {
|
||||||
pageSize: getPageSize(showPersonalizedChannels || showPersonalizedTags ? 4 : 8),
|
pageSize: getPageSize(showPersonalizedChannels || showPersonalizedTags ? 4 : 8),
|
||||||
orderBy: CS.ORDER_BY_TOP_VALUEs,
|
orderBy: CS.ORDER_BY_TOP_VALUE,
|
||||||
claimType: ['stream'],
|
claimType: ['stream'],
|
||||||
limitClaimsPerChannel: 2,
|
limitClaimsPerChannel: 2,
|
||||||
releaseTime: `>${Math.floor(moment().subtract(1, 'day').startOf('day').unix())}`,
|
releaseTime: `>${Math.floor(moment().subtract(1, 'day').startOf('day').unix())}`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue