Display badge when an artist is touring

This commit is contained in:
Claudio Ortolina
2025-01-25 08:50:46 +00:00
parent 916a934da6
commit 0d77fdc031
4 changed files with 18 additions and 9 deletions
@@ -28,6 +28,7 @@
<span class="sr-only">
{gettext("Number of scrobbles")}
</span>
<.round_badge :if={artist_info.on_tour} text={gettext("On Tour")} />
<.round_badge text={artist_info.play_count} />
</span>
</.async_result>