mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 08:09:33 +00:00 
			
		
		
		
	Update Streamer class
This commit is contained in:
		@@ -107,7 +107,7 @@ module.exports = class {
 | 
			
		||||
 | 
			
		||||
    listen(station) {
 | 
			
		||||
        let audioPlayer = this.map.get(station.name);
 | 
			
		||||
        if(!audioPlayer || this.mode == "manual" && audioPlayer.subscribers.length != 0) audioPlayer = this.play(station);
 | 
			
		||||
        if(!audioPlayer || this.mode == "manual" && audioPlayer.subscribers.length == 0) audioPlayer = this.play(station);
 | 
			
		||||
        return audioPlayer;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user