add rac1 and rac105

This commit is contained in:
Xaloc 2020-08-25 21:11:09 +02:00
parent 0af0615dfd
commit a826cedf17
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,12 @@
<button onClick='iCat.show()'>iCat</button>
<button onClick='catMusic.show()'>Catalunya Música</button>
</p>
<h3>RAC</h3>
<p>
<button onClick='rac1.show()'>Rac 1</button>
<button onClick='rac105.show()'>Rac 105</button>
</p>
<script src='script.js'></script>

View File

@ -16,3 +16,5 @@ var vallekas = new station('http://cervera.eldialdigital.com:8032/;');
var punk = new station('http://punkirratia.net:8000/punk');
var irola = new station('http://s.streampunk.cc/_stream/irola_irratia.mp3');
var almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
var rac1 = new station('https://streaming.rac1.cat/');
var rac105 = new station('https://streaming.rac105.cat/');