Increased Timer to match inlineVolume
This commit is contained in:
parent
65026abca1
commit
cca4647ba6
@ -184,7 +184,7 @@ export class Stream {
|
||||
if (this.data_ended) {
|
||||
this.cleanup();
|
||||
this.stream.removeAllListeners('pause');
|
||||
} else if (this.playing_count === 120) {
|
||||
} else if (this.playing_count === 110) {
|
||||
this.playing_count = 0;
|
||||
this.start();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user