Incluimos emisora 'Nordic Lodge'

This commit is contained in:
Luis GuLo 2022-01-30 12:49:32 +01:00
parent 1dc7f87fcb
commit 09753919e6
3 changed files with 5 additions and 2 deletions

BIN
nordiclodge.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -115,7 +115,9 @@ function CargarArray() {
eNombre[8]="Europa FM";
eUrl[8]="https://str1.mediatelekom.net:9950/stream";
eImg[8]="europafm.png";
eNombre[9]="Nordic Lodge";
eUrl[9]="https://larry.torontocast.com:2095/stream";
eImg[9]="nordiclodge.png";
};
function ImprimirEmisoras() {

View File

@ -12,7 +12,8 @@ const staticAssets=[
'./europafm.png',
'./kissfm.png',
'./los40classic.png',
'./rne.png'
'./rne.png',
'./nordiclodge.png'
];
self.addEventListener('install', async event=>{