mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Seek improved v2
This commit is contained in:
@@ -65,7 +65,6 @@ export class SeekStream {
|
||||
this.stream = new WebmSeeker({
|
||||
highWaterMark: 5 * 1000 * 1000,
|
||||
readableObjectMode: true,
|
||||
mode: options.seekMode
|
||||
});
|
||||
this.url = url;
|
||||
this.quality = options.quality as number;
|
||||
|
||||
Reference in New Issue
Block a user