Merge branch 'develop' into remove-optimized-server

This commit is contained in:
Gauvain
2026-01-26 20:53:59 +01:00
committed by GitHub
13 changed files with 114 additions and 22 deletions

View File

@@ -15,6 +15,8 @@ export type OnProgressEventPayload = {
position: number;
duration: number;
progress: number;
/** Seconds of video buffered ahead of current position */
cacheSeconds: number;
};
export type OnErrorEventPayload = {