diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-28 01:08:49 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-28 01:08:49 +0100 |
commit | b514ec8cea2c2143e0bd7a0eb377c96a6f091d0d (patch) | |
tree | 25b3f8c80e1754b3e9e5d5419d5be276f940b1c1 /web/script/player/profiles.ts | |
parent | 59ef86b0a637ec3ce44ca495c6d22ddf61649134 (diff) | |
download | jellything-b514ec8cea2c2143e0bd7a0eb377c96a6f091d0d.tar jellything-b514ec8cea2c2143e0bd7a0eb377c96a6f091d0d.tar.bz2 jellything-b514ec8cea2c2143e0bd7a0eb377c96a6f091d0d.tar.zst |
add broken positioning code für vtt
Diffstat (limited to 'web/script/player/profiles.ts')
-rw-r--r-- | web/script/player/profiles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/script/player/profiles.ts b/web/script/player/profiles.ts index fe0e64d..b23fbaf 100644 --- a/web/script/player/profiles.ts +++ b/web/script/player/profiles.ts @@ -8,7 +8,7 @@ import { OVar } from "../jshelper/mod.ts"; import { EncodingProfile } from "./jhls.d.ts"; import { profile_to_partial_track, test_media_capability } from "./mediacaps.ts"; import { Player } from "./player.ts"; -import { MSEPlayerTrack } from "./track.ts"; +import { MSEPlayerTrack } from "./track/mse.ts"; const PROFILE_UP_FAC = 0.6 const PROFILE_DOWN_FAC = 0.8 |