From c2a0d9c7cc903d996cdd45e0b822c562b51227a9 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sun, 5 Jan 2025 21:38:31 -0500 Subject: [PATCH] Autofill song title from filename --- templates/profile.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/templates/profile.html b/templates/profile.html index fb41cca..558c47e 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -11,11 +11,11 @@

Upload a new song

- +
- +
@@ -35,8 +35,20 @@ {% endif %} + + +

Songs

+ {% for song in songs %}
{{ song["title"] }}
-- 2.39.5