From 615ffc1f48d5862a9d7d29c8b79fe960a3dcc459 Mon Sep 17 00:00:00 2001 From: Laptop Date: Sat, 26 Oct 2024 21:39:21 +0300 Subject: [PATCH] "songs" -> "tracks" to make it less confusing --- templates/user.templ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/user.templ b/templates/user.templ index 09ed119..b8b095f 100644 --- a/templates/user.templ +++ b/templates/user.templ @@ -49,7 +49,7 @@ templ User(u sc.User, p *sc.Paginated[*sc.Track]) { @UserBase(u) // kinda tedious but whatever, might make it more flexible in the future
- songs + tracks playlists albums
@@ -80,7 +80,7 @@ templ User(u sc.User, p *sc.Paginated[*sc.Track]) { templ UserPlaylists(u sc.User, p *sc.Paginated[*sc.Playlist]) { @UserBase(u)
- songs + tracks playlists albums
@@ -111,7 +111,7 @@ templ UserPlaylists(u sc.User, p *sc.Paginated[*sc.Playlist]) { templ UserAlbums(u sc.User, p *sc.Paginated[*sc.Playlist]) { @UserBase(u)
- songs + tracks playlists albums