diff --git a/supysonic/templates/playlists.html b/supysonic/templates/playlists.html index 3af4eef..413a9e1 100644 --- a/supysonic/templates/playlists.html +++ b/supysonic/templates/playlists.html @@ -28,7 +28,7 @@ {% for p in mine %} {{ p.name }} - {{ p.tracks|length }} + {{ p.tracks.count() }} X