Change: Init Stream

This commit is contained in:
Luca 2023-10-31 19:59:14 +01:00
parent c58ccea3dd
commit cbaf0dc1a0
Signed by: lrullo
GPG Key ID: A04E97D8E19A58A7

View File

@ -62,7 +62,7 @@ export class HeaderComponent implements OnInit {
click():void {
this.clicked = true;
this.playerService.play("https://brba.audio-lab.org/stream/ura.mp3");
this.playerService.play("https://stream.audio-lab.org/ura.mp3");
}
mute() {