aboutsummaryrefslogtreecommitdiff
path: root/web/script/player/jhls.d.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-11 00:21:13 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-11 00:21:13 +0100
commitb42ded3fcaf2088e464c5d4861449879a90c6ba0 (patch)
treeeff66c1c39a8e2ec61f121d446964d61c24ac7e7 /web/script/player/jhls.d.ts
parentb050eb5c37e68a6fdd57068d4e73748bea3b0a11 (diff)
downloadjellything-b42ded3fcaf2088e464c5d4861449879a90c6ba0.tar
jellything-b42ded3fcaf2088e464c5d4861449879a90c6ba0.tar.bz2
jellything-b42ded3fcaf2088e464c5d4861449879a90c6ba0.tar.zst
horrible midnight fixes and some fancy popups in the player
Diffstat (limited to 'web/script/player/jhls.d.ts')
-rw-r--r--web/script/player/jhls.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/script/player/jhls.d.ts b/web/script/player/jhls.d.ts
index a8fc3ac..b38f1b1 100644
--- a/web/script/player/jhls.d.ts
+++ b/web/script/player/jhls.d.ts
@@ -26,7 +26,7 @@ export interface SourceTrackKind {
sample_rate: number,
bit_depth: number,
},
- subtitles?: boolean,
+ subtitles?: boolean, // incorrect but lazy rn
}
export interface EncodingProfile {
video?: {