diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-13 16:09:36 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-13 16:09:36 +0200 |
commit | e503d5af484fb55a07125b3708ba658606e56c5d (patch) | |
tree | 25c0a081cdc651c69b44af88c6ac37c44d416188 /web/script | |
parent | 489cd4d833fb106d4a5257532b340969805f3f5c (diff) | |
download | jellything-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.ts | 2 |
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}` } }) )) |