Incluimos emisora 'Nordic Lodge'
This commit is contained in:
parent
1dc7f87fcb
commit
09753919e6
3 changed files with 5 additions and 2 deletions
BIN
nordiclodge.png
Executable file
BIN
nordiclodge.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
4
radio.js
4
radio.js
|
@ -115,7 +115,9 @@ function CargarArray() {
|
||||||
eNombre[8]="Europa FM";
|
eNombre[8]="Europa FM";
|
||||||
eUrl[8]="https://str1.mediatelekom.net:9950/stream";
|
eUrl[8]="https://str1.mediatelekom.net:9950/stream";
|
||||||
eImg[8]="europafm.png";
|
eImg[8]="europafm.png";
|
||||||
|
eNombre[9]="Nordic Lodge";
|
||||||
|
eUrl[9]="https://larry.torontocast.com:2095/stream";
|
||||||
|
eImg[9]="nordiclodge.png";
|
||||||
};
|
};
|
||||||
|
|
||||||
function ImprimirEmisoras() {
|
function ImprimirEmisoras() {
|
||||||
|
|
|
@ -12,7 +12,8 @@ const staticAssets=[
|
||||||
'./europafm.png',
|
'./europafm.png',
|
||||||
'./kissfm.png',
|
'./kissfm.png',
|
||||||
'./los40classic.png',
|
'./los40classic.png',
|
||||||
'./rne.png'
|
'./rne.png',
|
||||||
|
'./nordiclodge.png'
|
||||||
];
|
];
|
||||||
|
|
||||||
self.addEventListener('install', async event=>{
|
self.addEventListener('install', async event=>{
|
||||||
|
|
Loading…
Reference in a new issue