aboutsummaryrefslogtreecommitdiff
path: root/web/script
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-13 16:09:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-13 16:09:36 +0200
commite503d5af484fb55a07125b3708ba658606e56c5d (patch)
tree25c0a081cdc651c69b44af88c6ac37c44d416188 /web/script
parent489cd4d833fb106d4a5257532b340969805f3f5c (diff)
downloadjellything-e503d5af484fb55a07125b3708ba658606e56c5d.tar
jellything-e503d5af484fb55a07125b3708ba658606e56c5d.tar.bz2
jellything-e503d5af484fb55a07125b3708ba658606e56c5d.tar.zst
start native player at time
Diffstat (limited to 'web/script')
-rw-r--r--web/script/player/mod.ts2
1 files changed, 1 insertions, 1 deletions
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}`
}
})
))