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