Skip to content

Commit

Permalink
Fix Radio 24 stream url
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Feb 25, 2024
1 parent 71e9fd3 commit 81a2b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiopi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def streamurls():
},
{
"name": "Radio 24",
"url": "http://icecast.radio24.ch/radio24",
"url": "https://stream.streambase.ch/radio24/mp3-192/radiode/",
"img": "https://upload.wikimedia.org/wikipedia/de/thumb/3/33/Radio_24_Logo.svg/154px-Radio_24_Logo.svg.png",
"orderid": 0,
},
Expand Down

0 comments on commit 81a2b04

Please sign in to comment.