mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Renamed mode to seekMode
This commit is contained in:
@@ -12,7 +12,7 @@ export enum StreamType {
|
||||
}
|
||||
|
||||
export interface StreamOptions {
|
||||
mode? : "precise" | "granular"
|
||||
seekMode? : "precise" | "granular"
|
||||
seek? : number
|
||||
quality?: number;
|
||||
htmldata?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user