feat: stream from original backend

chore: 🙈 audios
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-18 04:08:14 +03:00
parent 1992354aed
commit 5aafa9befd
4 changed files with 14 additions and 2 deletions

View file

@ -77,7 +77,7 @@ fn app() -> Element {
page_base {}
div {
audio{
src:"https://radioxide.tahinli.com.tr/audios/music.opus",
src:"https://radioxide.tahinli.com.tr:2323/stream",
controls:true,
autoplay: true,
muted:false,