mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 04:34:50 -04:00
Fix types
This commit is contained in:
parent
a87c6d1a09
commit
4c4421f243
@ -179,7 +179,6 @@ export const QualitiesMenu = (props: CustomMenu) => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/* TODO: Support video tracks when the play mode is not hls. */}
|
{/* TODO: Support video tracks when the play mode is not hls. */}
|
||||||
{/* @ts-expect-error They forgot to type this. */}
|
|
||||||
{info?.videoTracks
|
{info?.videoTracks
|
||||||
.sort((a: any, b: any) => b.height - a.height)
|
.sort((a: any, b: any) => b.height - a.height)
|
||||||
.map((x: any, i: number) => (
|
.map((x: any, i: number) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user