Increased Timer to match inlineVolume

This commit is contained in:
killer069 2021-09-20 21:46:47 +05:30
parent 65026abca1
commit cca4647ba6

View File

@ -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();
} }