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