Skip to content

Commit 5aa0688

Browse files
authored
Fix streaming links in radio example
1 parent 4537db7 commit 5aa0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/radio/radio.js

+1-1
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)