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:
parent
1e933a2e0d
commit
d8c2a8f5bf
1 changed files with 1 additions and 0 deletions
|
@ -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>}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue