Skip to content

Commit

Permalink
feat: Added skyradio
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Dec 18, 2022
1 parent 5d174a1 commit ff082b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channels/channels.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var (
RadioChannels = []RadioChannel{
{Name: "SlamFM", Url: "https://stream.slam.nl/slam_mp3", DiscordSnowflakeId: "slamfm"},
{Name: "Veronica", Url: "https://playerservices.streamtheworld.com/api/livestream-redirect/VERONICA.mp3"},
{Name: "SkyRadio", Url: "https://playerservices.streamtheworld.com/api/livestream-redirect/SKYRADIO.mp3", DiscordSnowflakeId: "skyradio"},
{Name: "NPO Radio 1", Url: "https://icecast.omroep.nl/radio1-bb-mp3"},
{Name: "NPO Radio 2", Url: "https://icecast.omroep.nl/radio2-bb-mp3", DiscordSnowflakeId: "nporadio2"},
{Name: "NPO Radio 2 Soul & Jazz", Url: "https://icecast.omroep.nl/radio6-bb-mp3", DiscordSnowflakeId: "nporadio2"},
Expand Down

0 comments on commit ff082b3

Please sign in to comment.