Skip to content

Commit

Permalink
Fix streaming links in radio example
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfire committed Oct 25, 2020
1 parent 0629f9e commit 2dbaa5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/radio/radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,25 +123,25 @@ var radio = new Radio([
{
freq: '89.9',
title: "Hip Hop Hits",
src: 'http://tunein4.streamguys1.com/hhbeafree5',
src: 'https://streaming.radio.co/s97881c7e0/listen',
howl: null
},
{
freq: '98.9',
title: "CNN",
src: 'http://tunein.streamguys1.com/cnn',
src: 'https://tunein.streamguys1.com/cnn-new',
howl: null
},
{
freq: '103.3',
title: "80's Hits",
src: 'http://tunein4.streamguys1.com/80shtfree1',
src: 'https://rfcmedia.streamguys1.com/80hits.mp3',
howl: null
},
{
freq: '107.7',
title: "Today's Hits",
src: 'http://rfcmedia.streamguys1.com/MusicPulse.mp3',
src: 'https://rfcmedia.streamguys1.com/MusicPulse.mp3',
howl: null
}
]);

0 comments on commit 2dbaa5d

Please sign in to comment.