Skip to content

Commit d349826

Browse files
authored
Merge pull request #1533 from B4Lee/patch-1
Fix streaming links in radio example
2 parents 4537db7 + 5aa0688 commit d349826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/radio/radio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var radio = new Radio([
117117
{
118118
freq: '81.4',
119119
title: "BBC Radio 1",
120-
src: 'http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_q',
120+
src: 'https://stream.live.vc.bbcmedia.co.uk/bbc_radio_one',
121121
howl: null
122122
},
123123
{

0 commit comments

Comments
 (0)