fix: hotfixing video player

This commit is contained in:
Chubby Granny Chaser
2025-11-25 23:54:36 +00:00
parent c3880ce181
commit 82ab889dad
3 changed files with 45 additions and 19 deletions

View File

@@ -16,8 +16,11 @@ export interface SteamVideoSource {
export interface SteamMovies {
id: number;
mp4: SteamVideoSource;
webm: SteamVideoSource;
dash_av1?: string;
dash_h264?: string;
hls_h264?: string;
mp4?: SteamVideoSource;
webm?: SteamVideoSource;
thumbnail: string;
name: string;
highlight: boolean;