Skip to content

Commit

Permalink
Replace the discontinued BBC WS stream URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Mar 24, 2021
1 parent 19cad15 commit a9efa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func newConfig() *Config {
PlayerAlbumArtStreams: false,
MaxSearchResults: 500,
Streams: []StreamSpec{
{Name: "BBC World News", URI: "http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-einws"},
{Name: "BBC World News", URI: "http://stream.live.vc.bbcmedia.co.uk/bbc_world_service"},
},
MainWindowDimensions: Dimensions{-1, -1, -1, -1},
}
Expand Down

0 comments on commit a9efa7e

Please sign in to comment.