add unique track count for profiles

This commit is contained in:
2026-03-01 15:41:34 -08:00
parent 582d3acbc0
commit 1b6ff0c283
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
</div>
<div class="user-stats-top">
<h3>{{formatInt .ScrobbleCount}}</h3> <p>Listens<p>
<h3>{{formatInt .TrackCount}}</h3> <p>Unique Tracks<p>
<h3>{{formatInt .ArtistCount}}</h3> <p>Artists<p>
</div>
</div>