feat(channel-card): update TV link to include channel ID in query parameters
This commit is contained in:
@@ -178,7 +178,7 @@ export function ChannelCard({
|
||||
title="Watch on TV"
|
||||
className="border-zinc-700 text-zinc-400 hover:text-zinc-100"
|
||||
>
|
||||
<Link href="/tv">
|
||||
<Link href={`/tv?channel=${channel.id}`}>
|
||||
<Tv2 className="size-3.5" />
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user