this.setState({ selectedStream: d.value }, () => {
this.streamName = this.state.response.source[
d.value
].server_name;
let audio = document.getElementById("player");
if (audio !== null) {
audio.pause();
audio.load();
audio.play();
}
})
}
/>
>
)}
Información de la transmisión
>
) : (
Oops
Actualmente no hay nadie transmitiendo en Bai Radio
)}
{history.map((song, i) => (
{song}
))}