diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-10 11:45:58 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-10 11:46:08 +0100 |
commit | b6f7531cdd50132cfa35023e1755e656e4189999 (patch) | |
tree | b75bed618aa6f6734d2e978f46dfa67070981e1f /web/script/player/player.ts | |
parent | 74fb6b5835f233d7cdb2952bcf8e29068ff81b60 (diff) | |
download | jellything-b6f7531cdd50132cfa35023e1755e656e4189999.tar jellything-b6f7531cdd50132cfa35023e1755e656e4189999.tar.bz2 jellything-b6f7531cdd50132cfa35023e1755e656e4189999.tar.zst |
add some useless buttons for a/v/s config
Diffstat (limited to 'web/script/player/player.ts')
-rw-r--r-- | web/script/player/player.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/script/player/player.ts b/web/script/player/player.ts index cc778f0..81a315e 100644 --- a/web/script/player/player.ts +++ b/web/script/player/player.ts @@ -83,7 +83,7 @@ export class Player { this.profile_selector = new ProfileSelector(this, this.downloader.bandwidth, metadata) this.set_pers("Checking codec support...") await this.profile_selector.init() - + this.duration.value = metadata.duration this.video.src = URL.createObjectURL(this.media_source) this.media_source.addEventListener("sourceopen", async () => { |