Fix #225: Display proper total number of tracks on radio detail

This commit is contained in:
Eliot Berriot 2018-05-29 23:24:05 +02:00
parent d2c99b9f5d
commit 7a8c336e0d
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Display proper total number of tracks on radio detail (#225)

View File

@ -10,7 +10,7 @@
<div class="content">
{{ radio.name }}
<div class="sub header">
Radio containing {{ tracks.length }} tracks,
Radio containing {{ totalTracks }} tracks,
by <username :username="radio.user.username"></username>
</div>
</div>