Update +page.svelte

This commit is contained in:
WardPearce
2026-02-23 18:05:24 +13:00
parent d9cf0130cc
commit f20a11dbeb
@@ -451,25 +451,25 @@
},
{
type: 'invidious',
path: `/watch?=${data.video.videoId}`,
path: `/watch?v=${data.video.videoId}`,
param: {
key: 'v',
key: 't',
value: () => Math.round(playerCurrentTime)
}
},
{
type: 'invidious redirect',
path: `/watch?=${data.video.videoId}`,
path: `/watch?v=${data.video.videoId}`,
param: {
key: 'v',
key: 't',
value: () => Math.round(playerCurrentTime)
}
},
{
type: 'youtube',
path: `/watch?=${data.video.videoId}`,
path: `/watch?v=${data.video.videoId}`,
param: {
key: 'v',
key: 't',
value: () => Math.round(playerCurrentTime)
}
}