Actualización del listado de candidatos

This commit is contained in:
alay 2017-12-05 14:13:09 +01:00
parent f52d69c7d7
commit e47a7cae86
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

View file

@ -4,12 +4,12 @@ var ap1 = new APlayer({
autoplay: false, autoplay: false,
showlrc: false, showlrc: false,
mutex: true, mutex: true,
theme: '#e6d0b2', theme: '#ff0000',
mode: 'circulation', mode: 'circulation',
music: { music: {
title: 'Donde se cruzan los caminos', title: 'Donde se cruzan los caminos',
author: 'Gonzalo Estefanía, Gestiona Radio', author: 'Gonzalo Estefanía, Gestiona Radio',
url: '../mp3/DondeCruzanCaminos.mp3', url: '../mp3/DondeCruzanCaminos.mp3',
pic: '../mp3/GestionaRadio.png' pic: '../img/articles/DondeCruzanCaminos.jpg'
} }
}); });