Filter out playlists from main channel listing (#6931)

so that playlists only appear in the Playlists Tab.

## Ticket
6911 pass claim_type = stream,repost on channel page claim searches
This commit is contained in:
infinite-persistence 2021-08-23 13:24:39 -07:00 committed by GitHub
parent 1e933a2e0d
commit d8c2a8f5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,6 +296,7 @@ function ChannelPage(props: Props) {
uri={uri}
channelIsBlackListed={channelIsBlackListed}
viewHiddenChannels
claimType={['stream', 'repost']}
empty={<section className="main--empty">{__('No Content Found')}</section>}
/>
)}