mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Fixed some seek issues
This commit is contained in:
@@ -148,7 +148,7 @@ export class SeekStream {
|
||||
this.timer.reuse();
|
||||
return this.seek();
|
||||
}
|
||||
const bytes = this.stream.seek();
|
||||
const bytes = this.stream.seek(this.content_length);
|
||||
if (bytes instanceof Error) {
|
||||
this.stream.emit('error', bytes);
|
||||
this.bytes_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user