From a6a192d735eaebfc7cde9e2a219eb8a768c20772 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 20 May 2024 17:15:10 -0700 Subject: [PATCH] fix: track count --- src/pages/main/music/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/main/music/index.html b/src/pages/main/music/index.html index dc189e79..72994aac 100644 --- a/src/pages/main/music/index.html +++ b/src/pages/main/music/index.html @@ -11,7 +11,7 @@ schema: music

This is everything I've been listening to recently — it's collected in a database as I listen to it and displayed here. You can read more about the technical details, if you'd like.

-

I mostly listen to {{ music.allTime.genres | genresToString: 5 }}. This week I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.tracks.size }} tracks.

+

I mostly listen to {{ music.allTime.genres | genresToString: 5 }}. This week I've listened to {{ music.week.artists.size }} artists, {{ music.week.albums.size }} albums and {{ music.week.totalTracks }} tracks.

{% render "partials/widgets/now-playing.liquid" %} {% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-artist-charts", text: "I also have a feed of weekly artist charts I generate from this data" %}