feat(channel-card): update TV link to include channel ID in query parameters

This commit is contained in:
2026-03-15 23:59:07 +01:00
parent f1e2c727aa
commit 2ba9bfbf2f

View File

@@ -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>