mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Stream Loop issues fixed
This commit is contained in:
@@ -177,6 +177,7 @@ export class Stream {
|
||||
|
||||
private async loop() {
|
||||
if (this.stream.destroyed) {
|
||||
this.timer.destroy()
|
||||
this.cleanup();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user