mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
All pause error fixed
This commit is contained in:
@@ -139,10 +139,8 @@ export class Stream {
|
||||
this.stream.removeAllListeners('pause')
|
||||
}
|
||||
else if(this.playing_count === 280){
|
||||
this.loop()
|
||||
}
|
||||
else if(this.playing_count >= 300){
|
||||
this.playing_count = 0
|
||||
this.loop()
|
||||
}
|
||||
})
|
||||
this.loop()
|
||||
|
||||
Reference in New Issue
Block a user