mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Returned the value when hit 404
This commit is contained in:
@@ -187,6 +187,7 @@ export class Stream {
|
||||
this.cleanup()
|
||||
await this.retry()
|
||||
this.loop()
|
||||
return
|
||||
}
|
||||
this.request = stream
|
||||
stream.pipe(this.stream, { end : false })
|
||||
|
||||
Reference in New Issue
Block a user