From b8995d8bca7b9578ae5a87f2c77bf755ab471dd7 Mon Sep 17 00:00:00 2001 From: ZeKap Date: Thu, 22 Feb 2024 15:49:14 +0100 Subject: [PATCH] remove fav bro --- templates/favorite/index.html.twig | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/templates/favorite/index.html.twig b/templates/favorite/index.html.twig index 75882cb..bce3f79 100644 --- a/templates/favorite/index.html.twig +++ b/templates/favorite/index.html.twig @@ -3,6 +3,18 @@ {% block title %}Favorites!{% endblock %} {% block body %} +
{% for album_liked in favorites %} @@ -26,7 +38,9 @@ {% for track in album_liked["tracklist"] %}

{{track["title"]}} - {{track["duration"]}}

{% endfor %} -
+ {% endfor %}