From d8c2a8f5bf4916699e648d26f854b0c247e4210d Mon Sep 17 00:00:00 2001 From: infinite-persistence <64950861+infinite-persistence@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:24:39 -0700 Subject: [PATCH] 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 --- ui/page/channel/view.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx index 488bd9ac5..5a24c423e 100644 --- a/ui/page/channel/view.jsx +++ b/ui/page/channel/view.jsx @@ -296,6 +296,7 @@ function ChannelPage(props: Props) { uri={uri} channelIsBlackListed={channelIsBlackListed} viewHiddenChannels + claimType={['stream', 'repost']} empty={
{__('No Content Found')}
} /> )}