diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-11 00:21:13 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-11 00:21:13 +0100 |
commit | b42ded3fcaf2088e464c5d4861449879a90c6ba0 (patch) | |
tree | eff66c1c39a8e2ec61f121d446964d61c24ac7e7 /web/script/player/jhls.d.ts | |
parent | b050eb5c37e68a6fdd57068d4e73748bea3b0a11 (diff) | |
download | jellything-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.ts | 2 |
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?: { |