diff --git a/admin.php b/admin.php
index 56e571d..f99561e 100644
--- a/admin.php
+++ b/admin.php
@@ -48,6 +48,30 @@ $locations = $stmt->fetchAll();
+
+
+
+
+
+
+
+

+
+
+
+
SONANDO AHORA:
+
Lili Records Radio
+
En vivo desde el estudio
+
+
+
+ 00:00
+
+
+
+
+
+
@@ -159,20 +183,47 @@ $locations = $stmt->fetchAll();
+
+
+
+
+
+

+
+
+ SONANDO:
+ Lili Records Radio
+
+
+
+
+
@@ -2394,6 +2410,16 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
trackTitle.classList.add('scrolling');
trackTitle.innerHTML = `${title} ${title} `;
}
+
+ // Update Sticky Bar
+ const stickyBar = document.getElementById('sticky-now-playing');
+ const stickyCover = document.getElementById('sticky-track-cover');
+ const stickyInfo = document.getElementById('sticky-track-info');
+ if (stickyBar && stickyCover && stickyInfo) {
+ stickyCover.src = coverUrl;
+ stickyInfo.textContent = `${artist} - ${title}`;
+ stickyBar.style.display = 'block';
+ }
}, 500);
}