From c6d66e66c648c87d337585647776df4f8fd5c20d Mon Sep 17 00:00:00 2001 From: David Inostroza Date: Thu, 23 Apr 2026 13:59:23 -0400 Subject: [PATCH] =?UTF-8?q?agrega=20bot=C3=B3n=20reproducir=20en=20panel?= =?UTF-8?q?=20de=20playlists=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cada fila del mantenedor ahora tiene un botón "▶ Reproducir" que fuerza la reproducción inmediata en Spotify, sin necesidad de ir al reproductor. Co-Authored-By: Claude Sonnet 4.6 --- app/templates/admin/playlists.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/templates/admin/playlists.html b/app/templates/admin/playlists.html index 9288c8d..15f2559 100644 --- a/app/templates/admin/playlists.html +++ b/app/templates/admin/playlists.html @@ -74,6 +74,8 @@ {{ pl.description[:80] }}{% if pl.description | length > 80 %}…{% endif %} +
@@ -133,6 +135,29 @@