mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Increased Timer to match inlineVolume
This commit is contained in:
@@ -184,7 +184,7 @@ export class Stream {
|
|||||||
if (this.data_ended) {
|
if (this.data_ended) {
|
||||||
this.cleanup();
|
this.cleanup();
|
||||||
this.stream.removeAllListeners('pause');
|
this.stream.removeAllListeners('pause');
|
||||||
} else if (this.playing_count === 120) {
|
} else if (this.playing_count === 110) {
|
||||||
this.playing_count = 0;
|
this.playing_count = 0;
|
||||||
this.start();
|
this.start();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user