From e503d5af484fb55a07125b3708ba658606e56c5d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 13 Apr 2024 16:09:36 +0200 Subject: start native player at time --- web/script/player/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/script') diff --git a/web/script/player/mod.ts b/web/script/player/mod.ts index 59aae99..693f04c 100644 --- a/web/script/player/mod.ts +++ b/web/script/player/mod.ts @@ -159,7 +159,7 @@ function initialize_player(el: HTMLElement, node_id: string) { playersync_controls(sync_state, player), e("button", "Launch Native Player", { onclick: () => { - window.location.href = `?kind=nativefullscreen` + window.location.href = `?kind=nativefullscreen&t=${player.position.value}` } }) )) -- cgit v1.2.3-70-g09d2