Update Streamer event

This commit is contained in:
Christer Warén 2021-09-16 01:11:31 +03:00
parent 4854e622b3
commit 48445afdd5

View File

@ -99,7 +99,7 @@ module.exports = class {
this.play(station); this.play(station);
} }
}) })
.on('error', (error) => { .on('error', error => {
this.logger('Streamer', station.name + " / " + "Error" + "\n" + error); this.logger('Streamer', station.name + " / " + "Error" + "\n" + error);
this.play(station); this.play(station);
}); });