mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Update Streamer event
This commit is contained in:
parent
4854e622b3
commit
48445afdd5
@ -99,7 +99,7 @@ module.exports = class {
|
||||
this.play(station);
|
||||
}
|
||||
})
|
||||
.on('error', (error) => {
|
||||
.on('error', error => {
|
||||
this.logger('Streamer', station.name + " / " + "Error" + "\n" + error);
|
||||
this.play(station);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user