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