From 9846787f645608664ab89558f932a29b988964ee Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 10 Oct 2024 14:07:34 -0700 Subject: [PATCH] fix: play totals --- src/includes/base.liquid | 2 +- src/pages/dynamic/music/artists/artist.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/includes/base.liquid b/src/includes/base.liquid index c490a94a..6f0b60dc 100644 --- a/src/includes/base.liquid +++ b/src/includes/base.liquid @@ -109,7 +109,7 @@ - + diff --git a/src/pages/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index 9967f9e1..088af62c 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -47,8 +47,8 @@ schema: artist {%- if artist.tattoo -%}

{% tablericon "needle" %} I have a tattoo inspired by this artist!

{%- endif -%} - {%- if artist.totalPlays > 0 -%} -

{{ artist.totalPlays | formatNumber }} {{ playLabel }}

+ {%- if artist.total_plays > 0 -%} +

{{ artist.total_plays | formatNumber }} {{ playLabel }}

{%- endif -%}