diff --git a/Shared/Subscriptions/ChannelsView.swift b/Shared/Subscriptions/ChannelsView.swift index 8899ea24..4270d37d 100644 --- a/Shared/Subscriptions/ChannelsView.swift +++ b/Shared/Subscriptions/ChannelsView.swift @@ -77,9 +77,11 @@ struct ChannelsView: View { .listRowSeparator(false) } } + #if !os(tvOS) .background( NavigationLink(destination: ChannelVideosView(channel: channelForLink ?? Video.fixture.channel), isActive: $channelLinkActive, label: EmptyView.init) ) + #endif .onAppear { subscriptions.load() }