Make sure to specifically query for streams (#671)
This commit is contained in:
parent
dcfb64d907
commit
1f596e963d
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ const ScheduledStreams = (props: Props) => {
|
||||||
orderBy={CS.ORDER_BY_NEW_ASC}
|
orderBy={CS.ORDER_BY_NEW_ASC}
|
||||||
tileLayout={tileLayout}
|
tileLayout={tileLayout}
|
||||||
tags={[SCHEDULED_LIVESTREAM_TAG]}
|
tags={[SCHEDULED_LIVESTREAM_TAG]}
|
||||||
|
claimType={[CS.CLAIM_STREAM]}
|
||||||
releaseTime={`>${moment().subtract(LIVESTREAM_UPCOMING_BUFFER, 'minutes').startOf('minute').unix()}`}
|
releaseTime={`>${moment().subtract(LIVESTREAM_UPCOMING_BUFFER, 'minutes').startOf('minute').unix()}`}
|
||||||
hideAdvancedFilter
|
hideAdvancedFilter
|
||||||
hideFilters
|
hideFilters
|
||||||
|
|
Loading…
Reference in a new issue