Add cover image for the radio player
Este commit está contenido en:
0
img/cover.png
Archivo normal
0
img/cover.png
Archivo normal
10
index.html
10
index.html
@@ -39,10 +39,10 @@
|
||||
<!-- Song Information -->
|
||||
<div class="song-info">
|
||||
<h2 id="currentSong" class="current-song">
|
||||
<span class="song-skeleton">Loading...</span>
|
||||
<span class="song-skeleton">Cargando...</span>
|
||||
</h2>
|
||||
<h3 id="currentArtist" class="current-artist">
|
||||
<span class="artist-skeleton">Loading artist...</span>
|
||||
<span class="artist-skeleton">Cargando Artista...</span>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
@@ -69,11 +69,11 @@
|
||||
<div class="action-buttons">
|
||||
<button class="btn-secondary" data-toggle="modal" data-target="#modalHistory">
|
||||
<i class="fa fa-history"></i>
|
||||
HISTORY
|
||||
HISTORIAL
|
||||
</button>
|
||||
<a href="#" class="btn-secondary lyrics" data-target="#modalLyrics">
|
||||
<i class="fa fa-file-text-o"></i>
|
||||
LYRICS
|
||||
LETRAS
|
||||
<div class="lyrics-loading-dot"></div>
|
||||
</a>
|
||||
</div>
|
||||
@@ -112,7 +112,7 @@
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="historyTitle">Recently Played</h5>
|
||||
<h5 class="modal-title" id="historyTitle">RECIEN TOCADAS</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const RADIO_NAME = "Afrofusion Rap"
|
||||
|
||||
// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR ETC.... DOES NOT SUPPORT HLS
|
||||
const URL_STREAMING = "https://play.streamafrica.net/afrofusionrap"
|
||||
const URL_STREAMING = "https://radio15.servidorderadio.net/8999/stream"
|
||||
|
||||
// NEW UNIFIED API ENDPOINT
|
||||
const API_URL = "https://prod-api.radioapi.me/metadata/92f09a6d-37f1-4c10-bf2a-018bf03136fc"
|
||||
|
||||
Referencia en una nueva incidencia
Block a user