Renamed mode to seekMode

This commit is contained in:
killer069
2021-12-13 14:11:50 +05:30
parent 6bacf890fb
commit c1d8aedc5e
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export enum StreamType {
}
export interface StreamOptions {
mode? : "precise" | "granular"
seekMode? : "precise" | "granular"
seek? : number
quality?: number;
htmldata?: boolean;