mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 03:16:00 +00:00
Update audioPlayer idle event in Streamer class
This commit is contained in:
@ -87,6 +87,7 @@ module.exports = class {
|
||||
})
|
||||
.on('idle', () => {
|
||||
this.logger('Streamer', station.name + " / " + "Idle");
|
||||
audioPlayer.removeAllListeners();
|
||||
this.play(station);
|
||||
})
|
||||
.on('paused', () => {
|
||||
|
Reference in New Issue
Block a user